FVM
Flutter Version Management: A simple CLI to manage Flutter SDK versions. observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 99
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 6.5
- age_days: 2749
- days_rel: 9
- days_push: 9
- n_releases_24m: 13
Adoption not part of the score
5506 stars · 284 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
FVM (Flutter Version Management) is a command-line tool for installing, caching, and switching between multiple Flutter SDK versions on a per-project basis. It keeps Flutter environments consistent across teams and CI pipelines, and is accompanied by a GUI companion app called Sidekick.
Use cases
- manage multiple flutter sdk versions on one machine
- pin a specific flutter version per project
- switch flutter channels without reinstalling the sdk
- keep my team on the same flutter version
- test a new flutter release without breaking my main setup
- install flutter from a specific commit
- ensure consistent flutter version in ci pipelines
When to choose
- You work across multiple Flutter projects that require different SDK versions
- Your team needs reproducible, consistent Flutter environments across machines and CI
- You frequently test Flutter channels, releases, or specific commits
- You want fast SDK switching instead of slow channel-change reinstalls
When to avoid
- You only ever use a single Flutter version globally and never switch
- You don't develop with Flutter or Dart at all
- You prefer relying solely on your IDE's bundled Flutter SDK management
Facets
cli-tool · maturity stable
cli developer-tools package-manager developer-tools mobile-development cross-platform windows cli cross-platform flutter dart version-manager sdk-management flutter-sdk sidekick ci-consistency developer-experience command-line linux macos docker
2 sources
- readme: https://github.com/leoafarias/fvm · fetched 2026-08-28 · b802afb0b5b1
- homepage: https://leoafarias.github.io/fvm/ · fetched 2026-08-29 · eb09e8d9b739
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| leoafarias/fvm | main | 99 |
| leoafarias/sidekick | frontend | 62 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem