flutter-actions/Setup Flutter SDK
Setup the Flutter SDK, and add it to the PATH
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The version to install: Default: latest | no | latest |
| channel | The release channel to install. Default: stable | no | stable |
| cache | Cache the pub dependencies. Default: false | no | false |
| cache-sdk | Cache the installed Flutter SDK. Default: false | no | false |
| cache-key | An explicit key for restoring and saving the pub dependencies to/from cache | no | ${{ github.event_name == 'pull_request' && github.base_ref || github.ref_name }} |
Outputs
no outputs