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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Jan 20, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/kuhnroyal_flutter-fvm-config-action@fcdb62b682dade6f0d9e0c6eae6acc647ca8c31d # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
pathPath to the FVM config fileno
flavorFlavor to useno""
setupSetup Flutter via "subosito/flutter-action"? (default: false)nofalse
post-setup-scriptAny commands to run after setting up Flutter. For example enabling/disabling config settings.no""
disable-analyticsDisable analytics for Flutter and Dartnotrue
cacheCache Flutter via "subosito/flutter-action"? (default: true - if setup is true)nofalse
cache-keyIdentifier for the Flutter SDK cacheno""
cache-pathFlutter SDK cache pathno""
pub-cache-keyIdentifier for the Dart .pub-cache cacheno""
pub-cache-pathFlutter pub cache pathnodefault
namedescription
FLUTTER_VERSIONThe version of Flutter specified in the fvm configuration file
FLUTTER_CHANNELThe channel of Flutter specified in the fvm configuration file