adil192/Setup Flutter submodule
Installs and configures Flutter from a git submodule.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 31, 2026
- License
- MIT
Pinned Snippet
uses: adil192/setup-flutter-submodule@ed987e2a76aa1f532a58bd3212cb04b488b7b2fa # v3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| flutter-path | Path to the Flutter submodule (absolute or relative). | yes | submodules/flutter |
| pub-cache | Path to the pub cache directory (absolute or relative). | no | .pub-cache |
| cache-flutter | Whether to cache the Flutter SDK between workflow runs. | no | true |
| cache-pub | Whether to cache the pub cache between workflow runs. | no | true |
| no-save-caches | Whether to only restore caches and not save them. | no | false |
Outputs
no outputs