Skip to content

Commit 94410bc

Browse files
fix (#2590)
1 parent 0c6c68f commit 94410bc

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/flutter_ci.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,7 @@ jobs:
2626
run: ./scripts/setup_flutter.sh
2727
- name: install dependencies
2828
run: flutter pub get
29-
# while we wait for https://github.com/dart-lang/dart_style/issues/864
30-
# - run: dart format . --set-exit-if-changed
31-
- run: >-
32-
find lib test integration_test -name '*.dart' -not -name 'app_localizations*.dart'
33-
| xargs dart format --set-exit-if-changed
29+
- run: dart format . --set-exit-if-changed
3430

3531
# https://docs.flutter.dev/reference/flutter-cli#flutter-commands
3632
# https://flutter.dev/docs/development/tools/flutter-fix#applying-project-wide-fixes

l10n.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ template-arb-file: app_en.arb
66
output-localization-file: app_localizations.dart
77
synthetic-package: false # See: https://docs.flutter.dev/release/breaking-changes/flutter-generate-i10n-source
88
output-dir: lib/l10n # https://docs.flutter.dev/ui/accessibility-and-internationalization/internationalization#configuring-the-l10n-yaml-file
9+
header: |
10+
// dart format off

0 commit comments

Comments
 (0)