Drawbacks of not having a global Flutter version? #844
Unanswered
Isuru-Nanayakkara
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm quite new to fvm and Flutter as a whole and I have a question regarding the global configuration. First I'll briefly explain the ideal development environment that I'm aiming for.
I don't want a globally installed Flutter version. I work with multiple Flutter projects, all using different Flutter versions. So I simply set project-specific Flutter versions using fvm. Therefore, I don't see the use of having a default, global Flutter version.
However, the official docs of fvm states the following:
Can I know why this is recommended? Is it required to have a default, global Flutter version for fvm to function without problems? Are there any drawbacks with my default-less approach?
Beta Was this translation helpful? Give feedback.
All reactions