Releases: leoafarias/fvm
Releases · leoafarias/fvm
1.1.5
- Added message with notice and fix if Flutter releases URL is blocked in your country.
1.1.4
- Nested FVM config look up, to be used on monorepo projects, or nested directories.
- Added link to changelog on upgrade message.
1.1.3
- Removed Flutter project guard from flutter proxy command
1.1.2
- Added upgrade message if not running the latest fvm version
1.1.1
- Static analysis, and dart convention on README.md
1.1.0
- Implemented --force flag on
use
command to bypass guards if needed. - Set where fvm caches versions using FVM_HOME environment variable
- Deprecated --cache-path in favor of FVM_HOME
1.0.4
- Indicates global version on list command.
1.0.3
- Fixes issue with stdin on Flutter commands.
1.0.2
1.0.2
- Indicates channels on
fvm releases
command.
1.0.1
- Suppress verbose message for install progress.