macOS
brew install fvmlocal Homebrew formula metadata
sudo port install fvmMacPorts ports tree · devel/fvm/Portfile · ソース: api.github.com
brew
fvm のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install fvmlocal Homebrew formula metadata
sudo port install fvmMacPorts ports tree · devel/fvm/Portfile · ソース: api.github.com
nix profile install nixpkgs#fvmnixpkgs package indexes · pkgs/by-name/fv/fvm/package.nix · ソース: api.github.com
sudo pacman -S fvmArch Linux sync databases · fvm · ソース: geo.mirror.pkgbuild.com
choco install fvmChocolatey community package catalog · fvm · ソース: community.chocolatey.org
scoop install extras/fvmScoop official bucket manifest trees · bucket/fvm.json · ソース: api.github.com
概要
Manage Flutter SDK versions per project
履歴
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.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
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.
.fvmrc実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
fvm | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/leoafarias/fvm
インストールメタデータ
| パッケージキー | brew:fvm |
|---|---|
| バージョン | 4.1.2 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/fvm |
| ホームページ | https://fvm.app |
| リポジトリ | https://github.com/leoafarias/fvm |
| 上流ドキュメント | https://fvm.app/documentation/getting-started/installation |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/leoafarias/fvm/archive/refs/tags/4.1.2.tar.gz |
| 最終更新 | 2026-06-25T18:45:55Z |
| Pulse | updated |
| 依存関係 | dartaotruntime |
| ビルド依存関係 | dart-sdk |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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/fvmソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.