nex3 / fvm

Flutter Version Management: A simple CLI to manage Flutter SDK versions.

Home Page:https://fvm.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fvm

GitHub stars Pub Version Likes Health Coverage Github All Contributors MIT Licence Awesome Flutter

Flutter Version Management: A simple cli to manage Flutter SDK versions.

FVM helps with the need for a consistent app builds by allowing to reference Flutter SDK version used on a per-project basis. It also allows you to have multiple Flutter versions installed to quickly validate and test upcoming Flutter releases with your apps, without waiting for Flutter installation every time.

Features:

  • Configure and use Flutter SDK version per project
  • Ability to install and cache multiple Flutter SDK Versions
  • Fast switch between Flutter channels & versions
  • Dynamic SDK paths for IDE debugging support.
  • Version FVM config with a project for consistency across teams and CI environments.
  • Set global Flutter version across projects

Read the FVM documentation


Checkout Flutter Sidekick. Read more about it here.

FVM App Screenshot

Working with this repo

Tests

pub run test

Publishing package

Before pushing package to pub.dev. Run command to create version constant.

pub run build_runner build

Update test coverage

To update test coverage run the following command.

pub run test_cov

Troubleshooting

  1. On Windows make sure you are running as an administrator
  2. If you get errors with messages invalid kernel binary or invalid sdk hash it means you activated fvm using flutter pub global activate fvm. Only activate fvm using pub global activate fvm.

License

This project is licensed under the MIT License - see the LICENSE file for details

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Leo Farias

πŸ“– πŸ€” πŸ’» πŸ’‘ πŸ‘€ 🚧 πŸš‡

Ianko Leite

πŸ€”

Caijinglong

πŸ’» πŸ€”

zmtzawqlp

πŸ›

Peter Leibiger

πŸ’» 🚧 πŸ’¬

Luca Panteghini

πŸ“–

David Martos

πŸ’» ⚠️ πŸ“–

Sven Jacobs

πŸ’»

Wolfhard Prell

πŸ’»

Jaspreet Singh

πŸ€” πŸ’»

Matias de Andrea

πŸ“–

znjameswu

πŸ›

Dominik Roszkowski

πŸ“– πŸ“’

Suguru Kishimoto

πŸ›

mx1up

πŸ› πŸ’»

Alexandru Mariuti

πŸ’»

Andrea Del Fante

πŸ€” πŸ’»

Pieter van Loon

πŸ’» πŸ€”

Mr Yang

πŸ’»

Krzysztof Bogacki

πŸ› πŸ’»

Sebastian Roth

πŸ’» πŸ€”

Taras Mankovski

πŸš‡ πŸ€”

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Flutter Version Management: A simple CLI to manage Flutter SDK versions.

https://fvm.app

License:MIT License


Languages

Language:Dart 90.2%Language:TypeScript 3.6%Language:JavaScript 3.5%Language:CSS 1.6%Language:Dockerfile 1.1%