snippetbashTip
fvm — Flutter version manager. More information: <https://fvm.app/documentation/guides/basic-commands>.
Viewed 0 times
commandfvmcliinformationfluttermoreversionmanager
Problem
How to use the
fvm command: Flutter version manager. More information: <https://fvm.app/documentation/guides/basic-commands>.Solution
fvm — Flutter version manager. More information: <https://fvm.app/documentation/guides/basic-commands>.Install a version of the Flutter SDK. Use without
version for project settings:fvm install {{version}}Set a specific version of Flutter SDK in a project:
fvm use {{version}} {{options}}Set a global version of the Flutter SDK:
fvm global {{version}}Delete the FVM cache:
fvm destroyRemove a specific version of the Flutter SDK:
fvm remove {{version}}List all installed versions of the Flutter SDK:
fvm listList all releases of the Flutter SDK:
fvm releasesCode Snippets
Install a version of the Flutter SDK. Use without `version` for project settings
fvm install {{version}}Set a specific version of Flutter SDK in a project
fvm use {{version}} {{options}}Set a global version of the Flutter SDK
fvm global {{version}}Delete the FVM cache
fvm destroyRemove a specific version of the Flutter SDK
fvm remove {{version}}Context
tldr-pages: common/fvm
Revisions (0)
No revisions yet.