Skip to content

Releases: leoafarias/fvm

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.

fvm 3.0.4

16 Feb 17:37
Compare
Choose a tag to compare
  • VsCode settings now supports jsonc (comments, trailing commma)
  • Change flutter project check to only check for pubspec.yaml
  • fvm install command not creating sdk reference #618

See the full changelog for changes in earlier releases.

fvm 3.0.3

14 Feb 14:45
Compare
Choose a tag to compare
  • Added check on update command for homebrew and chocolatey deployment.

See the full changelog for changes in earlier releases.