fvm 0.6.5 fvm: ^0.6.5 copied to clipboard
A simple cli to manage Flutter SDK versions per project.
Example #
The following is a step by step if you want to run an specific version of Flutter within a project.
First choose the version you would like to install and cache on your machine.
This will install version 1.8.0 and cache locally.
> fvm install 1.8.0
Go into the project directory
> cd path/to/project
Set the project to use the version that you have installed.
> fvm use 1.8.0