You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am still running into cases of the wrong SDK being used when switching between branches in my projects that use different Flutter SDK versions. I have the config file committed to VCS and switching a branch also changes the config file.
Describe the solution you'd like
I would expect that after a checkout of a different config file and executing an fvm command, I would see either a warning that the wrong SDK is being used or ideally fvm would link and use the correct SDK automatically.
The text was updated successfully, but these errors were encountered:
I have 2 branches, one uses stable channel and one uses beta.
Both Flutter versions are already installed.
After switching between the branches the correct SDK is used when run via fvm flutter ... but the linked SDK in .fvm/flutter_sdk remains the previous version unless I manually run fvm install. When I forget to run fvm install it leads to all kinds of IDE failures as the SDK in the IDE points to .fvm/flutter_sdk.
It would be great if FVM can automatically update the linked SDK path.
Is your feature request related to a problem? Please describe.
I am still running into cases of the wrong SDK being used when switching between branches in my projects that use different Flutter SDK versions. I have the config file committed to VCS and switching a branch also changes the config file.
Describe the solution you'd like
I would expect that after a checkout of a different config file and executing an fvm command, I would see either a warning that the wrong SDK is being used or ideally fvm would link and use the correct SDK automatically.
The text was updated successfully, but these errors were encountered: