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 595ab1f commit 1075b6eCopy full SHA for 1075b6e
.github/workflows/dart.yml
@@ -19,6 +19,7 @@ jobs:
19
with:
20
flutter-version: '3.10.5'
21
- run: flutter pub get
22
+ - run: flutter gen-l10n --arb-dir=lib/l10n/arb
23
- run: flutter analyze
24
- run: dart format --output=none --set-exit-if-changed .
25
- run: flutter test
0 commit comments