We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 102bf37 commit 2288ce7Copy full SHA for 2288ce7
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: dart-lang/setup-dart@v1
16
17
- name: Install dependencies
18
- run: dart pub get
+ run: flutter pub get
19
20
# Consider passing '--fatal-infos' for slightly stricter analysis.
21
- name: Analyze project source
0 commit comments