We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af48328 commit 72f9bc7Copy full SHA for 72f9bc7
.github/workflows/google_api_availability.yaml
@@ -39,9 +39,9 @@ jobs:
39
run: flutter pub get
40
working-directory: ${{env.source-directory}}
41
42
- # Run Flutter Format to ensure formatting is valid
43
- - name: Run Flutter Format
44
- run: flutter format --set-exit-if-changed lib
+ # Run dart Format to ensure formatting is valid
+ - name: Run dart Format
+ run: dart format .
45
46
47
# Run Flutter Analyzer
0 commit comments