subosito / flutter-action

Flutter environment for use in GitHub Actions. It works on Linux, Windows, and macOS.
MIT License
2.28k stars 202 forks source link

feat: support using 'x' on minor #267

Closed alestiago closed 10 months ago

alestiago commented 10 months ago

Currently, the flutter version can be specified with "3.16.x" (from the documentation). However, it is not possible to specify the "x" on the minor version. For example, "3.x.x" is not allowed.