https://github.com/leoafarias/fvm
Flutter Version Management: A simple CLI to manage Flutter SDK versions.
https://github.com/leoafarias/fvm
cli dart flutter flutter-releases flutter-sdk-versions fvm sdk
Last synced: 9 days ago
JSON representation
Flutter Version Management: A simple CLI to manage Flutter SDK versions.
- Host: GitHub
- URL: https://github.com/leoafarias/fvm
- Owner: leoafarias
- License: mit
- Created: 2019-02-22T06:57:07.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-17T22:06:04.000Z (about 1 month ago)
- Last Synced: 2025-04-01T20:18:13.301Z (16 days ago)
- Topics: cli, dart, flutter, flutter-releases, flutter-sdk-versions, fvm, sdk
- Language: Dart
- Homepage: https://fvm.app
- Size: 10.6 MB
- Stars: 4,929
- Watchers: 29
- Forks: 251
- Open Issues: 86
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-env - fvm
- awesome-version-managers - fvm - A version manager allowing to reference Flutter SDK version on a per-project basis, allows you to have multiple versions installed. (Version Managers / Flutter)
README
# fvm

[](https://pub.dev/packages/fvm/changelog)
[](https://pub.dev/packages/fvm/score)
[](https://pub.dev/packages/fvm/score)
[](https://github.com/leoafarias/fvm/graphs/contributors)
[](https://opensource.org/licenses/mit-license.php)

[](https://github.com/Solido/awesome-flutter)FVM streamlines Flutter version management. It allows per project SDK versions, ensuring consistent app builds and easier testing of new releases, thereby boosting the efficiency of your Flutter project tasks.
## Why FVM?
- Need for simultaneous use of multiple Flutter SDKs.
- SDK testing requires constant [channel](https://github.com/flutter/flutter/wiki/Flutter-build-release-channels) switching.
- Channel switches are slow and need repeated reinstalls.
- Difficulty managing the latest successful SDK version used in an app.
- Flutter's major updates demand total app migration.
- Inconsistencies occur in development environments within teams.For more information, read [FVM documentation](https://fvm.app).
## Contributors
---
Checkout Flutter Sidekick. [Read more about it here.](https://github.com/leoafarias/sidekick)
## Troubleshooting
Please view our [FAQ](https://www.fvm.app/documentation/getting-started/faq).
## License
This project is licensed under the MIT License; see [LICENSE](LICENSE) file for details.