inject_compile_generator 0.9.2
inject_compile_generator: ^0.9.2 copied to clipboard
The dev dependency for package:inject_compile that enables compile time dependency injection.
0.9.2 #
- Throw StateError on circular dependency cycles instead of logging a warning.
- Add compile-time validation for missing dependency providers to fail the build runner step early with a descriptive error message.
- Refactor
SummaryReaderAPI to return nullable summaries instead of throwingFileSystemException, avoiding control-flow exceptions.
0.9.1 #
- Add example/example.md file
0.9.0 #
- Initial version.