Skip to content

Releases: leoafarias/fvm

fvm 3.0.14

13 Mar 15:01
Compare
Choose a tag to compare

See the full changelog for changes in earlier releases.

fvm 3.0.13

06 Mar 18:20
Compare
Choose a tag to compare
  • 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.

fvm 3.0.12

27 Feb 17:38
Compare
Choose a tag to compare
  • 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.

fvm 3.0.11

24 Feb 04:25
Compare
Choose a tag to compare
  • Removed fvm update command. Due to issue with brew and chocolatey install.

See the full changelog for changes in earlier releases.

fvm 3.0.10

23 Feb 16:32
Compare
Choose a tag to compare
  • Fixed issue when config is found in directory no pubspec.yaml. #638

See the full changelog for changes in earlier releases.

fvm 3.0.9

23 Feb 02:42
Compare
Choose a tag to compare
  • Adds .gitignore even if project is not a git repository. As IDEs and tools use it as a reference for project indexing.

See the full changelog for changes in earlier releases.

fvm 3.0.8

22 Feb 14:19
Compare
Choose a tag to compare
  • Implemented better validation checks for flavors #639
  • Added flag to unlink global version fvm global --unlink #619

See the full changelog for changes in earlier releases.

fvm 3.0.7

19 Feb 15:58
c2b38ab
Compare
Choose a tag to compare
  • fvm use [version] and fvm install now also create legacy fvm_config.json file for easier 3.0 migration path.
  • However fvm_config.json is now deprecated in favor of .fvmrc file. FVM will migrate it automatically.

See the full changelog for changes in earlier releases.

fvm 3.0.6

16 Feb 23:24
Compare
Choose a tag to compare
  • fvm flutter command falls back to global fvm version if version not found in directory.

See the full changelog for changes in earlier releases.

fvm 3.0.5

16 Feb 23:00
Compare
Choose a tag to compare
  • Added fallback when cannot validate Flutter SDK version using git tags. #627

See the full changelog for changes in earlier releases.