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 4665f2c commit cd7c23eCopy full SHA for cd7c23e
.github/workflows/google_api_availability.yaml
@@ -40,8 +40,8 @@ jobs:
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
+ - name: Run dart Format
+ run: dart format .
45
46
47
# Run Flutter Analyzer
0 commit comments