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 fd8150b commit 40444b4Copy full SHA for 40444b4
.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 && cd ..
+ run: cd example && flutter pub get && flutter pub run build_runner build && cd ..
30
31
- name: Analyze project source
32
run: flutter analyze --fatal-infos
0 commit comments