oinject 0.1.2 oinject: ^0.1.2 copied to clipboard
A lightweight dependency injection package for Flutter, simplifying state and service management across widgets.
v0.1.2 #
- Correct pub metadata information
0.1.0 #
2024-10-08
What's New #
- Added global dependency injection functionality
- Introduced
provide.global
method for providing global dependencies - Enhanced
inject
function to support global dependency lookup - Improved documentation with detailed API comments
- Optimized performance for global dependency resolution
0.0.1 #
2024-10-07 - First release version.
What's New #
- Implemented core dependency injection functionality
- Added
provide
function for providing dependencies - Added
inject
function for injecting dependencies - Support for using custom keys to differentiate multiple instances of the same type
- Implemented efficient caching mechanism to optimize performance
- Added automatic dependency tracking to ensure real-time data updates