VeryGoodOpenSource / very_good_cli

A Very Good Command-Line Interface for Dart created by Very Good Ventures 🦄
http://cli.vgv.dev
MIT License
2.15k stars 188 forks source link

fix: how config vgv with build-modes in flutter #906

Closed erlangparasu closed 9 months ago

erlangparasu commented 9 months ago

Description

how config vgv with build-modes in flutter fix: how config vgv with build-modes in flutter https://docs.flutter.dev/testing/build-modes

Steps To Reproduce

Expected Behavior

Screenshots

Additional Context

alestiago commented 9 months ago

@erlangparasu thanks for opening an issue.

As far as I know, Very Good CLI doesn't expose any command to "run" your project, hence you should use flutter run instead. The Build modes documentation specifies how. For example, flutter run --profile uses profile mode.

If you're using a template made by Very Good CLI then refer to the generated README where it will outline how to get started; but you should still be able to use the same arguments as those documented by the Flutter build modes documentation.

I'll be closing this issue, if this answer doesn't solve it feel free to re-open the issue with a comment explaining why.