get_it_injector_gen 0.4.0 get_it_injector_gen: ^0.4.0 copied to clipboard
Automate class registration for dependency injection using `get_it`, Simplify and manage dependencies effortlessly in Dart projects.
0.4.0 | 9.27.2024 #
Fixes #
- Remove null assertions from code
- If an import was not found, the builder would throw an exception with poor error messaging
- Now, the builder will throw an exception with a more descriptive error message
0.3.1 | 7.11.2024 #
Fixes #
- When a dart package was added as an import, the name space would be malformed
- e.g.
dart:core
would bei_dart:core
which is a syntax error
- e.g.
0.3.0 | 6.21.2024 #
Breaking Changes #
- Force import string to not be null
- This is a breaking change because an exception will be thrown if the import string is null
0.1.1 | 4.10.2024 #
Enhancements #
- Change import name from an index
i0
to the name of the filei_repo
- Improves readability and merge conflicts
0.1.0+1 | 3.25.2024 #
Initial Release