Skip to content

Releases: leoafarias/fvm

1.0.0

22 Jun 16:23
Compare
Choose a tag to compare

0.8.3

20 Jun 13:54
f0fdf98
Compare
Choose a tag to compare
  • Better output during install to display status and progress
  • Flutter setup after installation
  • Flag to skip setup with --skip-setup

0.8.2

19 Jun 18:22
Compare
Choose a tag to compare
  • Size optimization of SDK downloads
  • Code clean-up

0.8.1

19 Jun 12:01
Compare
Choose a tag to compare
  • Fixes list command when project has no config.

0.8.0

18 Jun 22:45
818cf55
Compare
Choose a tag to compare

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

0.7.0

14 Apr 12:47
Compare
Choose a tag to compare

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.

0.6.7

26 Dec 21:09
e1d780a
Compare
Choose a tag to compare

Added version command in order to see currently installed fvm version

On the road to 1.0

08 Nov 00:31
8cde3d0
Compare
Choose a tag to compare

0.6.6

  • Better Flutter command compatibility
  • Improved error logging and --verbose behavior
  • Friendlier error messages

0.6.5

  • Better Error handling and friendlier error message

0.6.4

  • Project clean-up and tweaks for better pub analysis.

Feature Complete Rewrite

08 Oct 18:34
Compare
Choose a tag to compare

Please read the instructions in order to installation and use documentation.

v0.3.0

08 Mar 04:07
Compare
Choose a tag to compare

Changelog

69e5192 Sets default flutter home path and bin
f73e958 You can now install fvm through npm or yarn