Skip to content
New issue

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

Issue and compatibility on "tag releases" with Flutter Channel #4

Closed
leoafarias opened this issue Mar 19, 2019 · 2 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@leoafarias
Copy link
Owner

FVM is compatible with Flutter Channels, however, if a channel is a tag, and you run "flutter upgrade" it will cause it to bring it to the latest version of the channel, and lose the version.

This happens due to the fact of the way FVM symlinks the versions.

Also, there seems to be a caching issue on IDEs sometimes based on the symlink version. One of the solutions for this is to change the strategy away from symlink that more closely resembles what flutter channel expects.

@ghost
Copy link

ghost commented Mar 20, 2019

Hey @leoafarias thanks for this.

Not sure how to fix this, because its part of the flutter.

@leoafarias leoafarias added the bug Something isn't working label Jul 23, 2019
@leoafarias leoafarias self-assigned this Jul 26, 2019
@leoafarias
Copy link
Owner Author

The version of fvm allows to run all flutter commands with fvm and can be used together with channels

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant