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 40f3ca3 commit ee6cfacCopy full SHA for ee6cfac
.circleci/config.yml
@@ -185,7 +185,7 @@ jobs:
185
- run: flutter pub get
186
- run:
187
name: Check Format
188
- command: flutter format . --set-exit-if-changed
+ command: dart format . --set-exit-if-changed
189
190
lint_flutter:
191
docker:
scripts/pigeon.sh
@@ -26,7 +26,7 @@ generate_pigeon() {
26
27
# Generated files are not formatted by default,
28
# this affects pacakge score.
29
- flutter format "$DIR_DART/$name_snake.api.g.dart"
+ dart format "$DIR_DART/$name_snake.api.g.dart"
30
}
31
32
for file in pigeons/**
0 commit comments