get_it_injector_gen 0.3.0
get_it_injector_gen: ^0.3.0 copied to clipboard
Automate class registration for dependency injection using `get_it`, Simplify and manage dependencies effortlessly in Dart projects.
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