flutter-actions/Generate matrix from pubspec.yaml action
GitHub Action to generates a matrix of Dart and Flutter SDK versions from a pubspec.yaml file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pubspec | The path to the pubspec.yaml file | no | pubspec.yaml |
| channel | The Flutter channel to use when resolving the Flutter SDK version. Default: any | no | any |
| platform | The platform to use when resolving the Flutter SDK version. Default: The runner operating system | no | ${{ runner.os }} |
| strict | If true, the action will assert constraints on the Dart SDK version bundled with the Flutter SDK to ensure compatibility. Default: false | no | false |
Outputs
| name | description |
|---|---|
| matrix | The `matrix` data (<{ release: {dart: string, flutter: string} }>) |
| dart | The Dart SDK versions (Array<string>) |
| flutter | The Flutter SDK versions (Array<string>) |