-
Notifications
You must be signed in to change notification settings - Fork 344
Closed
Labels
in tasksRelates to VS Code tasks, such as those provided by Task ProvidersRelates to VS Code tasks, such as those provided by Task Providersis enhancementAn enhancement or improvement that should be listed in release notes but is not a bug fix.An enhancement or improvement that should be listed in release notes but is not a bug fix.
Milestone
Description
Is your feature request related to a problem? Please describe.
There is no immediate problem but is related to a deprecation. Since flutter pub run was deprecated in favor of dart run, the built in task command in the extension should be updated to use dart run.
Describe the solution you'd like
Update all following build tasks to use dart run instead
flutter: flutter pub run build_runner buildflutter: flutter pub run build_runner watchflutter: flutter pub run build_runner serve
Describe alternatives you've considered
No other alternatives considered.
Additional context
Output from running flutter: flutter pub run build_runner build:

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
in tasksRelates to VS Code tasks, such as those provided by Task ProvidersRelates to VS Code tasks, such as those provided by Task Providersis enhancementAn enhancement or improvement that should be listed in release notes but is not a bug fix.An enhancement or improvement that should be listed in release notes but is not a bug fix.