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 28c2993 commit fd8150bCopy full SHA for fd8150b
.github/workflows/flutter.yml
@@ -26,7 +26,7 @@ jobs:
26
run: dart format . -o none --set-exit-if-changed
27
28
- name: Run code generation
29
- run: cd example && flutter pub get && flutter pub run build_runner build && cd ..
+ run: cd example && flutter pub get && cd ..
30
31
- name: Analyze project source
32
run: flutter analyze --fatal-infos
0 commit comments