Global sdk can be set by the command:
fvm global 3.x.x
But how do I revert this command? I was expecting somethig like:
fvm global unset
or
fvm reset global
In order to unset the global flag what I do not want to do:
- Set another version as global (
fvm global 3.x.y
) - Remove the existing sdk cache (
fvm remove 3.x.x # this is the global version
)
Note:
fvm global -h
shows only the following outputs:
Sets Flutter SDK Version as a global
Usage: fvm global {version}
-h, --help Print this usage information.
Run "fvm help" to see global options.