Skip to content

Releases: kuhnroyal/flutter-fvm-config-action

v3.0

26 Sep 21:01
60c14af
Compare
Choose a tag to compare

What's Changed

The action has been split into 2 separate actions:

  1. kuhnroyal/flutter-fvm-config-action/config@v3 - this performs the traditional FVM config extraction into variables
  2. kuhnroyal/flutter-fvm-config-action/setup@v3 - this additionally performs Flutter setup via subosito/flutter-action

The existing action remains unchanged.

Full Changelog: v2.3...v3.0

v3

26 Sep 21:01
60c14af
Compare
Choose a tag to compare
v3

v3

v2.3

26 Aug 13:11
4155f8c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2...v2.3

v2

26 Aug 13:12
4155f8c
Compare
Choose a tag to compare
v2

v2

v2.2

25 Aug 17:19
d10bec6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1...v2.2

v2.1

24 Aug 22:45
708e17f
Compare
Choose a tag to compare

What's Changed

This version adds a new setup input flag which will automatically install Flutter via the subosito/flutter-action when set to setup: true. The current default is setup: false.

Important

The setup flag will default to setup: true with the next major version v3.

  • Bump @vercel/ncc from 0.38.0 to 0.38.1 in /config-action by @dependabot in #28
  • Add input to automatically setup Flutter by @kuhnroyal in #26

Full Changelog: v2...v2.1

v2.0

16 Oct 12:44
34c3905
Compare
Choose a tag to compare

What's Changed

The action now tries to read the new .fvmrc config file first and falls back to the legacy .fvm/fvm_config.json file.

Full Changelog: v1.2.0...v2.0

v1.2.0

10 Jul 13:53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1

10 Jul 13:54
Compare
Choose a tag to compare
Rebuild after dependency updates

1.1.0

04 Nov 10:30
e913171
Compare
Choose a tag to compare

What's Changed

  • feat: allow reading specific fvm flavor by @DevNico in #11

New Contributors

Full Changelog: v1...v1.1.0