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
If you have used flutter. Please install correctly, run pub cache repair. Close the terminal and try again.
If you are on Windows. Make sure you are running the terminal as administrator or with developer permissions.
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.
The text was updated successfully, but these errors were encountered:
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 11When 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.
The text was updated successfully, but these errors were encountered: