kuhnroyal/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
Activelast commit Apr 26, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: kuhnroyal/flutter-fvm-config-action@c378498f1d1962d33039c3989411093ef8a17b2c # v3.3

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-cacheCache the Dart pub dependencies via "subosito/flutter-action"? (default: true - if setup is true)notrue
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