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

outdated

A simple cli to manage Flutter SDK versions per project. Support channels, releases, and local cache for fast switching between versions.

example/README.md

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.17.4 and cache locally.

> fvm install 1.17.4

Go into the project directory

> cd path/to/project

Set the project to use the version that you have installed.

> fvm use 1.17.4
543
likes
0
pub points
91%
popularity

Publisher

verified publisherleoafarias.com

A simple cli to manage Flutter SDK versions per project. Support channels, releases, and local cache for fast switching between versions.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, cli_notify, cli_util, console, date_format, io, meta, path, process_run, yaml

More

Packages that depend on fvm