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 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
As a workaround you can install required flutter-beta versions... And use dart sdk from |
Beta Was this translation helpful? Give feedback.
-
@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 |
Beta Was this translation helpful? Give feedback.
-
If have a nice support to Dart with FVM 3.0, can close this discussion. |
Beta Was this translation helpful? Give feedback.
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 ;)