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

feat: Support more of the options that are available when calling flutter run #388

Open
k-ane opened this issue Jan 7, 2024 · 2 comments
Labels
feature New feature or request good first issue Good for newcomers

Comments

@k-ane
Copy link

k-ane commented Jan 7, 2024

Right now I can't run tests with the following which is blocking me in some cases:

  • --web-port
  • --dart-define-from-file

Would we be able to get them added as options in the fluttium.yaml as well as when running tests?

@k-ane k-ane added the feature New feature or request label Jan 7, 2024
@mrgnhnt96
Copy link

Without --dart-define-from-file, using fluttium will be a bit cumbersome..

@wolfenrain
Copy link
Owner

Yes that would be quite useful indeed! Shouldn't be hard to add either as both the YAML config and the CLI are pretty straight forward in how they add parameters if anyone wants to try.

I am not sure when I'll get to it myself as I am trying to refocus on #293

@wolfenrain wolfenrain added the good first issue Good for newcomers label Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants