cjlapao/Setup Flutter SDK Environment on GitHub Actions
Setup Flutter SDK on GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| flutter-version | The Flutter version to make available on the path | no | any |
| channel | The Flutter build release channel | no | stable |
| query-only | Query the Flutter SDK version without installing it | no | false |
| cache | Cache the Flutter SDK | no | true |
| cache-key | Identifier for the Flutter SDK cache | no | — |
| cache-path | Flutter SDK cache path | no | — |
| architecture | The architecture of Flutter SDK executable (x64 or arm64) | no | ${{ runner.arch }} |
Outputs
| name | description |
|---|---|
| cache-path | Flutter SDK cache path |
| cache-key | Flutter SDK cache key |
| channel | The Flutter build release channel |
| version | The Flutter version to make available on the path |
| architecture | The architecture of Flutter SDK executable (x64 or arm64) |