fvm 0.0.3 copy "fvm: ^0.0.3" to clipboard
fvm: ^0.0.3 copied to clipboard

outdated

A simple version manager for Flutter.

fvm #

MIT Licence Awesome Flutter

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 install:

$ 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"
]

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

539
likes
0
pub points
91%
popularity

Publisher

verified publisherleoafarias.com

A simple version manager for Flutter.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, cli_util, console, io, path

More

Packages that depend on fvm