-
Notifications
You must be signed in to change notification settings - Fork 13
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
Create pure dart environments #22
Comments
Unfortunately the way dart is distributed is significantly different from Flutter so supporting this feature will take awhile, setting a dart-only environment as the global default will also prevent the flutter commands from working. Until then, if you want to install a specific version of Dart with Puro use
|
Something happened today that showed me how useful it would be. Dart-code (vsCode extension for Dart) started warning that I'm not with the latest Dart release, 3.4.2 (Flutter bundled version is 3.4.1) and I was working on a Dart-only project so this would have been a great addition to have if I could set |
I'd love to use puro to also manage my dart versions. It would be very helpful as package author of multiple pure dart packages, to be able to switch between dart versions, without knowing which dart version matches which Flutter version.
Would you see this in scope of this puro?
The text was updated successfully, but these errors were encountered: