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 cccb36d commit e9c9dbbCopy full SHA for e9c9dbb
.circleci/config.yml
@@ -37,4 +37,4 @@ jobs:
37
command: melos run analyze
38
- run:
39
name: Check That Flutter Code is Formatted Correctly
40
- command: flutter dart format -o none --set-exit-if-changed .
+ command: dart format -o none --set-exit-if-changed .
0 commit comments