Closed
Description
Before creating a bug report please make check the following
- [x ] You have read our FAQ
- [ 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 withdeveloper
permissions. - [ x] Run
fvm doctor
if possible and add the output to the issue.
Describe the bug
With the new 3.19.0 Flutter release, FVM seems to not recognize it.
When i run fvm install (or any fvm command), the following error is shown:
Flutter SDK: (3.19.0) is not valid Flutter version
Do you want to continue?
Answering yes proceeds to install it, but this is not working on CI as I can't answer the prompt.