LinuxCommandLibrary

fvm

Flutter version manager.

TLDR

Install a version of the Flutter SDK. Use without version for project settings

$ fvm install [version]
copy


Set a specific version of Flutter SDK in a project
$ fvm use [version] [options]
copy


Set a global version of the Flutter SDK
$ fvm global [version]
copy


Delete the FVM cache
$ fvm destroy
copy


Remove a specific version of the Flutter SDK
$ fvm remove [version]
copy


List all installed versions of the Flutter SDK
$ fvm list
copy


List all releases of the Flutter SDK
$ fvm releases
copy

Copied to clipboard