-
Notifications
You must be signed in to change notification settings - Fork 236
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
Wrong dart path in some (older) flutter versions #348
Comments
@Mantas0726 Do you want to try a PR for this so I can review? |
I'm having a similar issue, When I try to install pubs on my old project.
When running fvm Doctor:
I'm running on macOS Big Sur and installed FVM via: dart pub global activate fvm. |
@callmephil this fix has been merged and will try to deploy it today |
@leoafarias I'm facing this same problem in latest fvm 2.2.5 version. |
@msarkrish there was a regression, pushing a fix on 2.2.6 in a few minutes |
Thank you @leoafarias for immediate fix. |
Describe the bug
It points to a non-existing file when trying to execute dart.
To Reproduce
Steps to reproduce the behavior:
fvm use 1.17.0
install if not installed.fvm dart --version
Expected behavior
It should reference dart in 1.17.0\flutter_sdk\bin\cache\dart-sdk
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: