pubspec_generator 4.3.0
pubspec_generator: ^4.3.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.3.0 #
- Changed: Updated analyzer compatibility with Flutter 3.32.0
4.2.3 #
- FIXED: Removed unused dependency on package
analyzer
.
4.2.2 #
- FIXED: Ignore formatting and coverage for generated file.
4.2.1 #
- FIXED: Exclude
library
and<>
symbols from the generated code.
4.2.0 #
- ADDED: Command line utility to generate pubspec.dart from a pubspec.yaml file.
4.0.0 - 2023-07-03 #
Changed #
- Dart v3
- Refactoring
- Sealed class instead of global variables
- More properties
- Comments
- Tests
- Update README.md