Installation
There are a few ways to install FVM, and we are working on other ways to make it even simpler.
Recommendation
We recommend installing the Flutter SDK globally using the official installation guide here (opens in a new tab). This will be the main version of Flutter across your machine.
Use FVM to manage the Flutter SDK version for your projects.
You can download the standalone packages from the GitHub repo here (opens in a new tab).
Install.sh
curl -fsSL https://fvm.app/install.sh | bash
Homebrew
Install
brew tap leoafarias/fvm
brew install fvm
Uninstall
brew uninstall fvm
brew untap leoafarias/fvm