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: Ability to use Flutter Version Management (FVM) with Dart Frog #1584

Open
2 tasks
Schamppu opened this issue Nov 13, 2024 · 0 comments
Open
2 tasks

feat: Ability to use Flutter Version Management (FVM) with Dart Frog #1584

Schamppu opened this issue Nov 13, 2024 · 0 comments
Labels
feature A new feature or request p1 High-priority issues at the top of the work list

Comments

@Schamppu
Copy link

Schamppu commented Nov 13, 2024

Description

In order to easily handle Flutter and Dart versions when working with multiple developers, environments and flavors, being able to use Dart Frog with FVM would be very helpful. This also helps when:

  • There are new Flutter/Dart versions available that aren't yet supported by Dart Frog, but we use locally on different projects.
  • When working with multiple flavors or branches locally, some of which use a previous version of Flutter/Dart.
  • When deploying servers remotely, to easily manage the Flutter/Dart versions that we want to use.

Proposal:
Being able to use fvm when using Dart Frog CLI commands, such as dart_frog dev and dart_frog build.

For instance, by specifying for the Dart Frog CLI to use FVM configuration instead of the local Flutter version, like:
dart_frog dev -fvm

Or even better, by being able to use the standard way when working with FVM:
fvm dart_frog dev

Requirements

  • All CI/CD checks are passing.
  • There is no drop in the test coverage percentage.

Additional Context

No response

@Schamppu Schamppu added the feature A new feature or request label Nov 13, 2024
@tomarra tomarra added the p1 High-priority issues at the top of the work list label Nov 19, 2024
@tomarra tomarra moved this from Needs Triage to Todo in VGV Open Source 🦄 🧙🌟 Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature or request p1 High-priority issues at the top of the work list
Projects
Status: Todo
Development

No branches or pull requests

2 participants