Installation
There are a few ways to install FVM, and we are working on other ways to make it even simpler.
Recommendation
We recommend install Flutter SDK globally using the official installation guide here. This will be the main version of Flutter across your machine.
Use FVM to manage the Flutter SDK version for your projects.
Standalone
You can download the standalone packages from the GitHub repo here.
- MacOS
- Windows
- Linux
If you use the Homebrew package manager for Mac OS X, you can install FVM by running
Install
brew tap leoafarias/fvm
brew install fvm
Uninstall
brew uninstall fvm
brew untap leoafarias/fvm
To install fvm (Install), run the following command from the command line or from PowerShell:
choco install fvm
If you use the Homebrew package manager for Linux, you can install FVM by running
Install
brew tap leoafarias/fvm
brew install fvm
Uninstall
brew uninstall fvm
brew untap leoafarias/fvm
Pub package
You are able to also install FVM as a pub package.
However if you plan on using FVM to manage your global Flutter install we recommend installing as a standalone.
dart pub global activate fvm