Fvm Versions Save

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

3.1.4

2 weeks ago
  • Disable git cache on CI environment by @leoafarias
  • Add force flag to global command by @Rexios80
  • Adds trailing space to version prompt by @pastrefvm/pull/705

See the full changelog for changes in earlier releases.

3.1.3

1 month ago
  • Fixed: Version weight handles custom versions properly by @quyenvsp
  • Remove requirement for pubspec at the root for monorepos by @leoafarias

See the full changelog for changes in earlier releases.

3.1.2

1 month ago
  • Fixed: fvm api context command not been parsed correctly by @leoafarias

See the full changelog for changes in earlier releases.

3.1.1

1 month ago
  • Fixed: Empty flavors map been added to the project config by @leoafarias

See the full changelog for changes in earlier releases.

3.1.0

1 month ago
  • Initial release of JSON API, allows for better integration of third-party tools and CI/CD workflows.

See the full changelog for changes in earlier releases.

3.0.14

2 months ago
  • Improvement: versioned brew formulae by @leoafarias
  • Added: cli completion by @leoafarias
  • Improvement: Use posix path by @leoafarias
  • Fixed: links in FAQ by @Pavel-Sulimau
  • Fixed: forward configured flavors by @mrgnhnt96
  • Added: destroy command by @leoafarias
  • Aded: install.sh scripts @leoafarias

See the full changelog for changes in earlier releases.

3.0.13

2 months ago
  • Added: fvm use [version] --force now skips install confirmation prompt by @mrgnhnt96
  • Added: Added flag to skip pub get on install and use, --skip-pub-get by @mrgnhnt96
  • Improvement: CI Flag now skips check update by @leoafarias
  • Fix: Improve App Config and Project Config overrides by @leoafarias
  • Fix: Incorrect check version update logic by @leoafarias
  • Improvement: Better exception handling during mirror creation by @leoafarias
  • Improvement: Added warning when .fvmrc is found but not pubspec.yaml by @leoafarias

See the full changelog for changes in earlier releases.

3.0.12

2 months ago
  • Adds skipping version mismatch handling when using force or running with a custom fvm version. #653
  • Fixes parsing error of vscode settings when there are commas #656
  • Sets global as first default if Dart SDK is not found in the project.

See the full changelog for changes in earlier releases.

3.0.11

2 months ago
  • Removed fvm update command. Due to issue with brew and chocolatey install.

See the full changelog for changes in earlier releases.

3.0.10

2 months ago
  • Fixed issue when config is found in directory no pubspec.yaml. #638

See the full changelog for changes in earlier releases.