[x] If you have used flutter. Please install correctly, run pub cache repair. Close the terminal and try again.
[x] If you are on Windows. Make sure you are running the terminal as administrator or with developer permissions.
[x] Run fvm doctor if possible and add the output to the issue.
Describe the bug
I set default flutter version by execute command fvm global 3.24.1 as administrator in Windows 11
When I create a new flutter project , the project's flutter sdk path is the path of previous projects which android studio opened; If i change it to the path in .fvm directory , it seems to have been modified successfully
but after click apply button, the path changes
To Reproduce
Steps to reproduce the behavior:
Go to terminal..
Run fvm use stable...
Check...
See error
Expected behavior
A clear and concise description of what you expected to happen.
Logs
Please provide the verbose logs by running --verbose after the command.
Desktop (please complete the following information):
OS: [Windows 11]
FVM Version [3.1.7]
If Windows: powershell
Additional context
Add any other context about the problem here.
Before creating a bug report please make check the following
pub cache repair
. Close the terminal and try again.administrator
or withdeveloper
permissions.fvm doctor
if possible and add the output to the issue.Describe the bug I set default flutter version by execute command
fvm global 3.24.1
as administrator in Windows 11 When I create a new flutter project , the project's flutter sdk path is the path of previous projects which android studio opened; If i change it to the path in.fvm
directory , it seems to have been modified successfullybut after click apply button, the path changes
To Reproduce Steps to reproduce the behavior:
fvm use stable
...Expected behavior A clear and concise description of what you expected to happen.
Logs Please provide the verbose logs by running
--verbose
after the command.Desktop (please complete the following information):
Additional context Add any other context about the problem here.