kuhnroyal/Flutter FVM config action
Action that parses an FVM config file in order to configure or setup the subosito/flutter-action.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 26, 2026
- License
- MIT
Pinned Snippet
uses: kuhnroyal/flutter-fvm-config-action@c378498f1d1962d33039c3989411093ef8a17b2c # v3.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the FVM config file | no | — |
| flavor | Flavor to use | no | "" |
| setup | Setup Flutter via "subosito/flutter-action"? (default: false) | no | false |
| post-setup-script | Any commands to run after setting up Flutter. For example enabling/disabling config settings. | no | "" |
| disable-analytics | Disable analytics for Flutter and Dart | no | true |
| cache | Cache Flutter via "subosito/flutter-action"? (default: true - if setup is true) | no | false |
| cache-key | Identifier for the Flutter SDK cache | no | "" |
| cache-path | Flutter SDK cache path | no | "" |
| pub-cache | Cache the Dart pub dependencies via "subosito/flutter-action"? (default: true - if setup is true) | no | true |
| pub-cache-key | Identifier for the Dart .pub-cache cache | no | "" |
| pub-cache-path | Flutter pub cache path | no | default |
Outputs
| name | description |
|---|---|
| FLUTTER_VERSION | The version of Flutter specified in the fvm configuration file |
| FLUTTER_CHANNEL | The channel of Flutter specified in the fvm configuration file |