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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pubspecThe path to the pubspec.yaml filenopubspec.yaml
channelThe Flutter channel to use when resolving the Flutter SDK version. Default: anynoany
platformThe platform to use when resolving the Flutter SDK version. Default: The runner operating systemno${{ runner.os }}
strictIf true, the action will assert constraints on the Dart SDK version bundled with the Flutter SDK to ensure compatibility. Default: falsenofalse
namedescription
matrixThe `matrix` data (<{ release: {dart: string, flutter: string} }>)
dartThe Dart SDK versions (Array<string>)
flutterThe Flutter SDK versions (Array<string>)