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.
1 parent 3132b6d commit 6fefd41Copy full SHA for 6fefd41
.github/workflows/flutter.yml
@@ -33,7 +33,7 @@ jobs:
33
run: flutter format lib --set-exit-if-changed
34
35
- name: Analyze
36
- run: flutter analyze lib --fatal-infos
+ run: flutter analyze lib
37
38
- name: Gen code
39
run: flutter packages pub run build_runner build --delete-conflicting-outputs
0 commit comments