Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support to run dart commands #22

Open
1 task
ekuleshov opened this issue Apr 10, 2023 · 2 comments
Open
1 task

add support to run dart commands #22

ekuleshov opened this issue Apr 10, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@ekuleshov
Copy link

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

@rfuerst87
Copy link

I'd be interested in that feature too. How can we help?

@robertcsakany
Copy link
Member

Hello! I will check it soon, we used old flutter versions, we haven't upgraded.

@robertcsakany robertcsakany self-assigned this Dec 6, 2024
@robertcsakany robertcsakany added bug Something isn't working enhancement New feature or request and removed bug Something isn't working labels Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants