We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pubspec.lock
1 parent a8d1ba1 commit 3128ed3Copy full SHA for 3128ed3
.github/workflows/ci.yml
@@ -30,5 +30,8 @@ jobs:
30
- name: Install Flutter
31
uses: subosito/flutter-action@v2
32
33
+ - name: Get Flutter deps
34
+ run: flutter pub get
35
+
36
- name: Check
37
run: bash contrib/scripts/check-crate.sh
0 commit comments