dart-package-maintenance
Installation
SKILL.md
Dart Package Maintenance
Guidelines for maintaining Dart packages in alignment with Dart team best practices.
Discovery
To find maintenance tasks or inconsistencies:
Consistency Checks
Ensure the latest version in CHANGELOG.md matches pubspec.yaml:
- Compare the top header in
CHANGELOG.mdwith theversion:field inpubspec.yaml.
Versioning
Related skills