Releases: leoafarias/fvm
Releases · leoafarias/fvm
fvm 3.0.14
- 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.
fvm 3.0.13
- Added:
fvm use [version] --force
now skips install confirmation prompt by @mrgnhnt96 - Added: Added flag to skip pub get on
install
anduse
,--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
- 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
- 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
- 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
- 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
- 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
fvm use [version]
andfvm install
now also create legacyfvm_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
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
- Added fallback when cannot validate Flutter SDK version using git tags. #627
See the full changelog for changes in earlier releases.