I am trying to use fvm on Windows. Because my projects use mixed of languages, I need to change the version globally. The problem is that it keeps asking me to change the flutter path. At first,
So, I moved flutter path down to the bottom of fvm\default\bin. Here is how I setup the path.
Now, if I change global flutter version again, the path is changed as the version of fvm, not the default... which is not in the path at all.
If it is just the message, I can ignore, but when I try to open up my project and try flutter --version
the global version is not changed.
Can anybody guess what is the problem?
I did install with flutter pub global activate fvm
.
I tried deactivate and activate again, removed reset the path in various ways, but keep getting same issue.
Another thing is I am keep getting Can't load Kernel binary: Invalid SDK hash
message. I just assume this is kind of related to the first issue, but not of it.
Thanks.