subosito / flutter-action

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

feat: support using 'x' on minor #267

Closed alestiago closed 4 months ago

alestiago commented 4 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.