actions-marketplace-validations/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
- Maintainedlast commit Jan 20, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/kuhnroyal_flutter-fvm-config-action@fcdb62b682dade6f0d9e0c6eae6acc647ca8c31d # no releases — HEAD as of 2026-07-10tags 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-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 |