pubspec_extract 1.3.1 pubspec_extract: ^1.3.1 copied to clipboard
Extracts Dart pubspec.yaml file and generate pubspec.dart at build time
Changelog #
1.3.1 #
- Ignore public_member_api_docs
- Fix Analysis warnings
1.3.0 #
- Fix variables with non-alpha-numeric characters
- Add more command-line options
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