flutter-action icon indicating copy to clipboard operation
flutter-action copied to clipboard

Allow for specifying only MAJOR.MINOR Flutter version (without the "x" suffix)

Open bartekpacia opened this issue 1 year ago • 0 comments

Allow for specifying Flutter version like this:

- name: Set up Flutter
  uses: subosito/flutter-action@v2
  with:
    channel: stable
    flutter-version: 3.19

in addition to the aleady supported:

- name: Set up Flutter
  uses: subosito/flutter-action@v2
  with:
    channel: stable
    flutter-version: 3.19.x

This would make us more consistent with the official dart-lang/setup-dart action.

bartekpacia avatar Apr 09 '24 18:04 bartekpacia