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

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
copied to clipboard

Go into the project directory

> cd path/to/project
copied to clipboard

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

> fvm use 1.17.4
copied to clipboard
655
likes
140
points
51.6k
downloads

Publisher

verified publisherleoafarias.com

Weekly Downloads

2024.08.26 - 2025.03.10

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

args, cli_completion, dart_console, dart_mappable, date_format, git, interact, io, jsonc, mason_logger, meta, path, pub_semver, pub_updater, pubspec, scope, stack_trace, tint, yaml

More

Packages that depend on fvm