macOS
brew install fvmlocal Homebrew formula metadata
sudo port install fvmMacPorts ports tree · devel/fvm/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für fvm in AI-Agent-Workflows.
Installation
brew install fvmlocal Homebrew formula metadata
sudo port install fvmMacPorts ports tree · devel/fvm/Portfile · Quelle: api.github.com
nix profile install nixpkgs#fvmnixpkgs package indexes · pkgs/by-name/fv/fvm/package.nix · Quelle: api.github.com
sudo pacman -S fvmArch Linux sync databases · fvm · Quelle: geo.mirror.pkgbuild.com
choco install fvmChocolatey community package catalog · fvm · Quelle: community.chocolatey.org
scoop install extras/fvmScoop official bucket manifest trees · bucket/fvm.json · Quelle: api.github.com
Überblick
Manage Flutter SDK versions per project
Verlauf
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.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
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
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
fvm | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/leoafarias/fvm
Installationsmetadaten
| Paketschlüssel | brew:fvm |
|---|---|
| Version | 4.1.2 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/fvm |
| Homepage | https://fvm.app |
| Repository | https://github.com/leoafarias/fvm |
| Upstream-Dokumentation | https://fvm.app/documentation/getting-started/installation |
| Lizenz | MIT |
| Quellarchiv | https://github.com/leoafarias/fvm/archive/refs/tags/4.1.2.tar.gz |
| Zuletzt aktualisiert | 2026-06-25T18:45:55Z |
| Pulse | updated |
| Abhängigkeiten | dartaotruntime |
| Build-Abhängigkeiten | dart-sdk |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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/fvmQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.