fvm 0.0.4 fvm: ^0.0.4 copied to clipboard
A simple version manager for Flutter.
fvm
#
Flutter Version Management: A simple cli to manage Flutter SDK versions.
Features:
- Configure Flutter SDK version per project
- Ability to install and cache multiple Flutter SDK Versions
- Easily switch between Flutter channels & versions
- Per project Flutter SDK upgrade
Project Specific Channels or Versions #
If all you want is to use the latest stable version or a specific channel for all your projects, you should be using Flutter Channels.
This tool allows you similar functionality to Channels; however it caches those versions locally, so you don't have to wait for a full setup every time you want to switch versions.
Also, it allows you to grab versions by a specific tag, i.e. 1.2.0. In case you have projects in different Flutter SDK versions and do not want to upgrade.
Usage #
To Setup:
$ pub global activate fvm
And then, for information on each command:
$ fvm help
In VSCode add the following to your settings.json
"dart.flutterSdkPaths": [
"flutter"
]
Install SDK Version #
Contributing #
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
License #
This project is licensed under the MIT License - see the LICENSE file for details