{"id":13552547,"url":"https://github.com/leoafarias/fvm","last_synced_at":"2025-05-12T13:12:10.975Z","repository":{"id":37042939,"uuid":"172011048","full_name":"leoafarias/fvm","owner":"leoafarias","description":"Flutter Version Management: A simple CLI to manage Flutter SDK versions.","archived":false,"fork":false,"pushed_at":"2025-04-30T22:06:06.000Z","size":11530,"stargazers_count":4983,"open_issues_count":94,"forks_count":254,"subscribers_count":28,"default_branch":"main","last_synced_at":"2025-05-12T13:11:54.881Z","etag":null,"topics":["cli","dart","flutter","flutter-releases","flutter-sdk-versions","fvm","sdk"],"latest_commit_sha":null,"homepage":"https://fvm.app","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leoafarias.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-02-22T06:57:07.000Z","updated_at":"2025-05-12T01:53:24.000Z","dependencies_parsed_at":"2023-09-27T22:52:41.361Z","dependency_job_id":"c8bee2c1-1d49-469f-972b-c0b45583b614","html_url":"https://github.com/leoafarias/fvm","commit_stats":{"total_commits":1415,"total_committers":67,"mean_commits":"21.119402985074625","dds":0.6918727915194347,"last_synced_commit":"2e91d437a057a189f827933e510c599272206781"},"previous_names":["leoafarias/fvm","fluttertools/fvm"],"tags_count":189,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Ffvm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leoafarias","download_url":"https://codeload.github.com/leoafarias/fvm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253745175,"owners_count":21957318,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","dart","flutter","flutter-releases","flutter-sdk-versions","fvm","sdk"],"created_at":"2024-08-01T12:02:05.934Z","updated_at":"2025-05-12T13:12:10.917Z","avatar_url":"https://github.com/leoafarias.png","language":"Dart","funding_links":[],"categories":["实用工具","List of \\*env-, ch\\*- and \\*vm- style version managers","Dart","工具集","Version Managers","Utilities [🔝](#readme)","Utilities"],"sub_categories":["Top","热门的","Flutter"],"readme":"# fvm\n\n![GitHub stars](https://img.shields.io/github/stars/leoafarias/fvm?style=for-the-badge\u0026logo=GitHub\u0026logoColor=black\u0026labelColor=white\u0026color=dddddd)\n[![Pub Version](https://img.shields.io/pub/v/fvm?label=version\u0026style=for-the-badge\u0026logo=dart\u0026logoColor=3DB0F3\u0026labelColor=white\u0026color=3DB0F3)](https://pub.dev/packages/fvm/changelog)\n[![Pub Likes](https://img.shields.io/pub/likes/fvm?style=for-the-badge\u0026logo=dart\u0026logoColor=3DB0F3\u0026label=Pub%20Likes\u0026labelColor=white\u0026color=3DB0F3)](https://pub.dev/packages/fvm/score)\n[![Pub Points](https://img.shields.io/pub/points/fvm?style=for-the-badge\u0026logo=dart\u0026logoColor=3DB0F3\u0026label=Points\u0026labelColor=white\u0026color=3DB0F3)](https://pub.dev/packages/fvm/score)\n[![All Contributors](https://img.shields.io/github/contributors/leoafarias/fvm?style=for-the-badge\u0026color=018D5B\u0026labelColor=004F32)](https://github.com/leoafarias/fvm/graphs/contributors)\n[![MIT License](https://img.shields.io/github/license/leoafarias/fvm?style=for-the-badge\u0026color=FF2E00\u0026labelColor=CB2500)](https://opensource.org/licenses/mit-license.php)\n![Codecov](https://img.shields.io/codecov/c/github/leoafarias/fvm?style=for-the-badge\u0026color=FFD43A\u0026labelColor=F3BE00)\n[![Awesome Flutter](https://img.shields.io/badge/awesome-flutter-8A00CB?style=for-the-badge\u0026color=8A00CB\u0026labelColor=630092)](https://github.com/Solido/awesome-flutter)\n\nFVM 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.\n\n## Why FVM?\n\n- Need for simultaneous use of multiple Flutter SDKs.\n- SDK testing requires constant [channel](https://github.com/flutter/flutter/wiki/Flutter-build-release-channels) switching.\n- Channel switches are slow and need repeated reinstalls.\n- Difficulty managing the latest successful SDK version used in an app.\n- Flutter's major updates demand total app migration.\n- Inconsistencies occur in development environments within teams.\n\nFor more information, read [FVM documentation](https://fvm.app).\n\n## Contributors\n\n\u003ca href=\"https://github.com/leoafarias/fvm/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=leoafarias/fvm\" /\u003e\n\u003c/a\u003e\n\n---\n\nCheckout Flutter Sidekick. [Read more about it here.](https://github.com/leoafarias/sidekick)\n\n## Troubleshooting\n\nPlease view our [FAQ](https://www.fvm.app/documentation/getting-started/faq).\n\n## License\n\nThis project is licensed under the MIT License; see [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleoafarias%2Ffvm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleoafarias%2Ffvm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleoafarias%2Ffvm/lists"}