Commit 8d0bf87
Fix CI workflow formatting command
Replace 'flutter format' with 'dart format' as the format command was moved to the Dart SDK in Flutter 3.x. This fixes the "Could not find a command named 'format'" error in the CI pipeline.
Co-authored-by: jwinarske <[email protected]>1 parent 608ed93 commit 8d0bf87
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments