quochuy1411/Set up Flutter

Setup your runner with Flutter environment

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Oct 31, 2024
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: quochuy1411/testing_ci_cd@0d448f0de290defee7ce996a7f8ab47bac0a05c0 # no releases — HEAD as of 2026-07-11

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

namedescriptionrequireddefault
channelThe Flutter build release channelnostable
flutter-versionThe Flutter version to make available on the pathno""
flutter-version-fileThe pubspec.yaml file with exact Flutter version definedno""
architectureThe architecture of Flutter SDK executable (x64 or arm64)no${{ runner.arch }}
cacheCache the Flutter SDKnofalse
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
dry-runIf true, get outputs but do not install Flutternofalse
namedescription
CHANNELThe selected Flutter release channel
VERSIONThe selected Flutter version
ARCHITECTUREThe selected Flutter CPU architecture
CACHE-KEYKey used to cache the Flutter SDK
CACHE-PATHPath to Flutter SDK
PUB-CACHE-KEYKey used to cache the pub dependencies
PUB-CACHE-PATHPath to pub cache