pubspec_generator 4.0.0 pubspec_generator: ^4.0.0 copied to clipboard
Code generator pubspec.yaml.g.dart from pubspec.yaml. Just import `pubspec_generator` and then run `dart run build_runner build`
4.0.0 - 2023-07-03 #
Changed #
- Dart v3
- Refactoring
- Sealed class instead of global variables
- More properties
- Comments
- Tests
- Update README.md
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