Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-14T22:05:39.000Z (27 days ago)
- Last Synced: 2024-12-02T22:04:57.527Z (9 days ago)
- Topics: cli, dart, flutter, flutter-releases, flutter-sdk-versions, fvm, sdk
- Language: Dart
- Homepage: https://fvm.app
- Size: 11.2 MB
- Stars: 4,729
- Watchers: 28
- Forks: 233
- Open Issues: 62
-
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
![GitHub stars](https://img.shields.io/github/stars/leoafarias/fvm?style=for-the-badge&logo=GitHub&logoColor=black&labelColor=white&color=dddddd)
[![Pub Version](https://img.shields.io/pub/v/fvm?label=version&style=for-the-badge&logo=dart&logoColor=3DB0F3&labelColor=white&color=3DB0F3)](https://pub.dev/packages/fvm/changelog)
[![Pub Likes](https://img.shields.io/pub/likes/fvm?style=for-the-badge&logo=dart&logoColor=3DB0F3&label=Pub%20Likes&labelColor=white&color=3DB0F3)](https://pub.dev/packages/fvm/score)
[![Pub Points](https://img.shields.io/pub/points/fvm?style=for-the-badge&logo=dart&logoColor=3DB0F3&label=Points&labelColor=white&color=3DB0F3)](https://pub.dev/packages/fvm/score)
[![All Contributors](https://img.shields.io/github/contributors/leoafarias/fvm?style=for-the-badge&color=018D5B&labelColor=004F32)](https://github.com/leoafarias/fvm/graphs/contributors)
[![MIT License](https://img.shields.io/github/license/leoafarias/fvm?style=for-the-badge&color=FF2E00&labelColor=CB2500)](https://opensource.org/licenses/mit-license.php)
![Codecov](https://img.shields.io/codecov/c/github/leoafarias/fvm?style=for-the-badge&color=FFD43A&labelColor=F3BE00)
[![Awesome Flutter](https://img.shields.io/badge/awesome-flutter-8A00CB?style=for-the-badge&color=8A00CB&labelColor=630092)](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.