Dart version managment #532
|
fvm is very good to have multiple flutter version but for Dart? for example now i need to use Flutter 3.0.2 and Dart 2.19.2 because i'm using a package still not ready for Dart 3.x Thanks for help |
Answered by
leoafarias
Feb 23, 2024
Replies: 3 comments 2 replies
|
As a workaround you can install required flutter-beta versions... And use dart sdk from |
0 replies
|
@blondie63 FVM 3 will have a bit better support for the Dart SDK, so I am curious about your experience with it. It is not meant to manage Dart SDK directly, but better support the Dart SDK within the Flutter SDKs |
1 reply
|
If have a nice support to Dart with FVM 3.0, can close this discussion. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Correct FVM now does constraint checking. It also does better checks for dependencies and dart versions of packages. I do want to be able to install a Flutter version based on the Dart SDK constraint, and that is on my wish list ;)