File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 2828 run : |
2929 flutter pub get
3030
31+ # https://github.com/flutter/flutter/issues/167982
32+ # https://github.com/flutter/flutter/pull/167029
33+ - name : Fix localizations formatting
34+ run : dart format lib/localization/ -l 90
35+
3136 - name : Verify formatting
3237 run : dart format -o none --set-exit-if-changed --line-length=90 .
3338
Original file line number Diff line number Diff line change @@ -3,3 +3,7 @@ arb-dir: lib/localization
33template-arb-file : app_en.arb
44output-localization-file : app_localizations.dart
55preferred-supported-locales : [en]
6+ # Fix localizations formatting
7+ # https://github.com/flutter/flutter/issues/167982
8+ # https://github.com/flutter/flutter/pull/167029
9+ format : true
You can’t perform that action at this time.
0 commit comments