If it helps I can try to contribute implementation
Description
Motivation
Several commands aren't available, unsupported or about to be deprecated for the flutter command.
For example, the flutter format is being replaced with dart format in one of the upcoming Flutter releases.
Once that happen we won't be able to use flutter format to enforce the Dart code formatting in our build.
Suggested Implementation
The idea is to add support for the dart-run goal, similar to flutter-run
If it helps I can try to contribute implementation
Description
Motivation
Several commands aren't available, unsupported or about to be deprecated for the
flutter
command. For example, theflutter format
is being replaced withdart format
in one of the upcoming Flutter releases. Once that happen we won't be able to useflutter format
to enforce the Dart code formatting in our build.Suggested Implementation
The idea is to add support for the
dart-run
goal, similar toflutter-run
Alternate Implementations
N/A