pubspec_generator 2.1.1-dev pubspec_generator: ^2.1.1-dev copied to clipboard
Code generator pubspec.yaml.g.dart from pubspec.yaml Just import `pubspec_generator` and then run `pub run build_runner build`
2.1.1-dev - 2020-10-19 #
2.0.1 - 2020-09-06 #
Fixed #
- Fix missing semicolon
2.0.0 - 2020-08-29 #
Added #
- Ignore raw string comment
Changed #
- Refactoring and new lints (pedantic + effective dart)
- Build strings with StringBuffer
- Change path to lib/src/constants/pubspec.yaml.g.dart
1.0.1+1 - 2020-05-24 #
Changed #
- Update README.md
1.0.1 - 2020-05-24 #
Added #
- Add build date (in Unix time)
1.0.0 - 2020-05-24 #
Added #
- Initial release with main functional