macOS
brew install fvmlocal Homebrew formula metadata
sudo port install fvmMacPorts ports tree · devel/fvm/Portfile · source: api.github.com
brew
Manage Flutter SDK versions per project. Version 4.1.2 via Homebrew; verified 2026-06-25.
install
brew install fvmlocal Homebrew formula metadata
sudo port install fvmMacPorts ports tree · devel/fvm/Portfile · source: api.github.com
nix profile install nixpkgs#fvmnixpkgs package indexes · pkgs/by-name/fv/fvm/package.nix · source: api.github.com
sudo pacman -S fvmArch Linux sync databases · fvm · source: geo.mirror.pkgbuild.com
choco install fvmChocolatey community package catalog · fvm · source: community.chocolatey.org
scoop install extras/fvmScoop official bucket manifest trees · bucket/fvm.json · source: api.github.com
overview
Manage Flutter SDK versions per project
history
FVM is a Dart CLI for managing Flutter SDK versions per project. It fills the same role in Flutter workflows that tools such as rbenv, pyenv, nvm, or asdf fill for other language runtimes: pin a toolchain in project metadata and route developer commands through the selected SDK.
The public GitHub repository was created in February 2019, and the package appeared on pub.dev in October 2019. The project describes itself as Flutter Version Management and documents the problem it addresses as the need to use multiple Flutter SDKs, avoid slow channel switching, and keep team environments consistent.
By the 3.x series, FVM had moved its project configuration to a `.fvmrc` file, while keeping `.fvm/fvm_config.json` as a deprecated compatibility file. Later 4.x releases added stronger support for custom or forked Flutter SDK repositories, Melos integration, standalone executables, release automation, and more efficient git cache handling.
FVM is distributed as a Dart package and as prebuilt or package-manager installs. The upstream README notes release automation to pub.dev, GitHub binaries, Homebrew, Chocolatey, and Docker, which made it available both to Flutter developers already using Dart tooling and to developers who prefer system package managers.
The project also links to Flutter Sidekick, a related graphical companion from the same author, reflecting the split between a scriptable CLI for CI and project work and a friendlier desktop surface for some users.
Typical usage is to run `fvm use` in a Flutter project, commit the `.fvmrc` file, and invoke `fvm flutter` or `fvm dart` so commands run against the configured SDK. Official docs describe `.fvmrc` as the project config file and `.fvm/flutter_sdk` as the project symlink to the cached SDK.
For package maintainers, FVM is notable because it coordinates a language runtime, project-local metadata, IDE settings, shell commands, and CI behavior without replacing Flutter itself.
FVM is a clean example of a language-specific version manager becoming packaging infrastructure. Its value is not the Flutter SDK download alone, but the reproducible handoff between a project's version file, developer shell commands, IDE configuration, and automated builds.
The 3.x and 4.x changelog entries are especially interesting for package maintainers because they document migration pressure around config files, git cache size, forked SDKs, prebuilt binaries, and package-manager deployment.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
.fvmrcexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
fvm | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/leoafarias/fvm
install metadata
| Package key | brew:fvm |
|---|---|
| Version | 4.1.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/fvm |
| Homepage | https://fvm.app |
| Repository | https://github.com/leoafarias/fvm |
| Upstream docs | https://fvm.app/documentation/getting-started/installation |
| License | MIT |
| Source archive | https://github.com/leoafarias/fvm/archive/refs/tags/4.1.2.tar.gz |
| Last updated | 2026-06-25T18:45:55Z |
| Pulse | updated |
| Dependencies | dartaotruntime |
| Build dependencies | dart-sdk |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | fvm |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
fvm
nix profile install nixpkgs#fvmfvm 4.1.0-1
Flutter Version Management: A simple CLI to manage Flutter SDK versions.
sudo pacman -S fvmfvm
sudo port install fvmfvm
choco install fvmextras/fvm
scoop install extras/fvmsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.