- Fixed issue with routing to older Dart SDK directory path (before 1.17.5)
- Clean dart command output stdout #361
- Better experience when running
dart pub cache repair
#352 - Dart proxy points to correct path when version is older than 1.20.0 #348
- Flavors sequence of command causes null check exception #358
- Ensures SDK is setup when running
use
command.
- Fix archive url from release info
- Small fix when checking for upgrade
- Fix when running flutter command with --no-version-check
- Resolves channel unknown when pulling release version
- Allows for release install of different channels Read more
- Removed Flutter version validation check
- Now works offline
- Removed Windows permission check
- Updated Flutter releases URL
- Added fallback if Flutter Release API is down
- Fix concurrently Flutter commands on monorepo #296
- Added cli_notify to check for new version updates
- FVM only outputs information about version running when using
--verbose
#288
- Fixes monorepo compatibility #285
- Fixes regression when running
fvm install
- Fix issue when retrieving settings #281
-
Feature: Environments - Set Flutter sdk versions per project environment.
-
Feature: Doctor - Easily view the Flutter version configure for the project and configuration state
-
Feature: Spawn - Easily proxy Flutter commands through any cached version
-
Feature: Commits - Ability to install/use commits as the pinned SDK version.
-
Feature: Custom versions - Manage custom sdk versions by add
custom_
in front of the version. -
Improvements: null-safety
-
Improvements: Global - Create own command to set global versions. Deprecated "--global" flag.
-
Improvements: Flutter command proxy now defaults to FVM global configured version before looking for one configured on PATH
-
Improvements: Better error messaging, notifications and logging
-
Improvements: Many quality of life improvements
- Fix issue for delay exist after use command #195
-
Enhancement: Added PATH env on Flutter processs. For better third party tooling support.
-
Fix: Updated Grinder dependencies
-
Fix: Better ancestor lookup logic for monorepo setups. #180
- Added symlink on install behavior without version
- Clean up
- Better support for CI, and custom workflows using
fvm flutter ...
commands.
- Fix error when setup on some platforms and tools #160
- Better logging for Flutter setup.
- Fix issue when running
install
command with pinned version #161
-
Bug fixes and improvements 😂
-
Implemented ability to change cachePath` on settings #101
-
Improved UX with Flutter run command #124
-
Added a notice on Windows to run as developer mode or administrator
-
Ability to set Flutter Git Repo URL (Advanced)
- Clone setting changes. Unexpected behavior when installing master in some cases
- Updated process_run dependency (Issue #113)
- Use command now shows the installed version if no 'version' is passed.
- Improved exception message handling
- Improvements on flutter channels parsing
- Fix for shared releases between channels
- Changed version on builder
- Better support for Windows
- Added message with notice and fix if Flutter releases URL is blocked in your country.
- Nested FVM config look up, to be used on monorepo projects, or nested directories.
- Added link to changelog on upgrade message.
- Removed Flutter project guard from flutter proxy command
- Added upgrade message if not running the latest fvm version
- Static analysis, and dart convention on README.md
- 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
- Indicates global version on list command.
- Fixes issue with stdin on Flutter commands.
- Indicates channels on
fvm releases
command.
- Suppress verbose message for install progress.
- List Flutter Releases
- Bug fixes and optimization
- Project refactoring
- Installation progress output
- Flutter setup on installation
- Ability to skip setup with
--skip-setup
- Size optimization of SDK downloads
- Code clean-up
- Fixes
list
command when project has no config.
- Implemented
--global
flag to set a specific version globally. - Changed project configuration to allow for versioning.
- Refactoring and project clean-up
- Better user experience
- Improved error messages
- Better compatibility with flutter commands.
- Updated version constant
- Added support for new Flutter 1.17.0+ versioning scheme -
The new versioning scheme includes changes to tag names and thus also version names for FVM. When reinstalling Flutter versions <1.17.0, the FVM install-path will change, potentially breaking projects that rely on the install-path.
The install-path will change from
~/fvm/versions/1.15.17
to~/fvm/versions/v1.15.17
. Make sure to change this in your IDE configuration.
- Added
version
command to see currently installedfvm
version
- Better Flutter command compatibility
- Improved error logging and --verbose behavior
- Friendlier error messages
- Better Error handling and friendlier error message
- Project clean-up and tweaks for better pub analysis.
- Initial stable version rewritten in Dart.