You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Alternate Implementations
N/A
The text was updated successfully, but these errors were encountered:
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 withdart 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 toflutter-run
Alternate Implementations
N/A
The text was updated successfully, but these errors were encountered: