We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Before creating a bug report please make check the following
pub cache repair
administrator
developer
fvm doctor
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.
The text was updated successfully, but these errors were encountered:
I also get this for other versions, 3.16.9@stable for example.
3.16.9@stable
Sorry, something went wrong.
I am able to install correctly both of these versions on the latest version 3.0.4, I am running fvm install 3.19.0
fvm install 3.19.0
I believe I found the issue, there is probably a strange behavior that causes the Git command to get the reference to fail.
Thanks! That has fixed the issue for me.
Successfully merging a pull request may close this issue.
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
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:
Answering yes proceeds to install it, but this is not working on CI as I can't answer the prompt.
The text was updated successfully, but these errors were encountered: