altive/Pubspec Metadata
Retrieve metadata from pubspec.yaml for Flutter/Dart.
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 13, 2026
- Maintenance Recency
- Stalelast commit Aug 24, 2023
- License
- MIT
Pinned Snippet
uses: altive/pubspec-metadata@b725e1d32207dc4634ec0735d2783f9b1919269c # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| pubspec-file | Path to your pubspec.yaml file. Default is './pubspec.yaml' | no | ./pubspec.yaml |
Outputs
| name | description |
|---|---|
| name | The name of the package. |
| version-number | The version number of the package, which is three numbers separated by a dot, such as 0.2.43. |
| build-number | The build number of the package. The number following the + after the version number. |