pubspec_extract 1.2.0 pubspec_extract: ^1.2.0 copied to clipboard
Extracts Dart pubspec.yaml file and generate pubspec.dart at build time
Changelog #
1.2.0 #
- Remove < > from authors' email address
1.1.0 #
- Wrap the result in a class
- Add more fields
- Generic
yaml
extraction - Add help on executable
1.0.3 #
- Fix dependencies
- Remove trim() from string conversion
- Declare executable
pubspec_extract
1.0.2 #
- Add command-line tool
1.0.1 #
- Rename the package main entry point
- Add example
- Fix issue with empty authors list
- Fix dependencies
1.0.0 #
- First version