invertase / spec

✅ A streamlined testing framework for Dart & Flutter.

Home Page:https://docs.page/invertase/spec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace `flutter format` with `dart format`

nilsreichardt opened this issue · comments

When you execute flutter format ., you will get the following warning:

[!] The "format" command is deprecated and will be removed in a future version of Flutter. Please use the "dart format" sub-command instead,
which takes all of the same command-line arguments as "flutter format".

spec is using the flutter format command in the melos.yaml:

run: melos exec flutter format . --set-exit-if-changed