inject_annotation 1.0.1
inject_annotation: ^1.0.1 copied to clipboard
Compile-time constructor-based dependency injection for Dart and Flutter, similar to Dagger.
1.0.1 #
- fix analyzer warnings
- unintended_html_in_doc_comment
- implementation_imports
- prefer_function_declarations_over_variables
1.0.0 #
- first stable release
1.0.0-alpha.5 #
- update to Dart 3.6.0
- update dependencies
1.0.0-alpha.4 #
- update to Dart 3
- use late final or const in generated code where possible
1.0.0-alpha.3 #
- Improve pubspec description
- Update sdk constraints
1.0.0-alpha.2 #
- Improve documentation
1.0.0-alpha.1 #
- Initial release