Skip to content

Releases: subosito/flutter-action

v2.11.0

11 Oct 09:02
v2.11.0
cc97e16

Choose a tag to compare

Allow git ref as version for master channel:

steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
  with:
    flutter-version: '5b12b74' # tag, commit or branch
    channel: 'master'
- run: flutter --version

v2.10.0

22 Mar 23:00
v2.10.0
48cafc2

Choose a tag to compare

re-add master channel

v2.9.1

22 Mar 01:59
v2.9.1
1508160

Choose a tag to compare

fix filter by arch

v2.9.0

21 Mar 15:37
v2.9.0
88cab40

Choose a tag to compare

  • Rewrite to make simpler
  • Drop master channel
  • Drop searching for a version with a v-prefix query, use, e.g, 0.11.9 instead of v0.11.9
  • Support restore keys for cache

v2.8.0

12 Oct 23:34
dbf1fa0

Choose a tag to compare

replace set-output with $GITHUB_OUTPUT

v2.7.1

17 Sep 00:18
1e6ee87

Choose a tag to compare

fix cache-key parameter

v2.7.0

08 Sep 02:20

Choose a tag to compare

support action outputs

v2.6.2

25 Aug 13:14

Choose a tag to compare

handle empty argument

v2.6.1

26 Jul 10:53

Choose a tag to compare

fix test manifest load issue

v2.6.0

26 Jul 06:27

Choose a tag to compare

add support for dynamic cache-path