get_it_lazyload 0.0.3
get_it_lazyload: ^0.0.3 copied to clipboard
A Flutter package providing optimized lazy loading extensions for GetIt dependency injection with comprehensive support for all registration types and async dependencies.
Changelog #
0.0.3 #
- Fixed Flutter analyze issues using @visibleForTesting annotation
- Improved code formatting and consistency
- Enhanced test coverage to 100%
- Better error handling and documentation
- Optimized package structure for better maintainability
0.0.2 #
- Improved package metadata and documentation
- Added comprehensive library-level documentation
- Enhanced pubspec.yaml with keywords and topics for better discoverability
- Added .gitignore file for better project structure
- Code formatting improvements
- Better package organization for pub.flutter-io.cn deployment
0.0.1 #
- Initial release of get_it_lazyload package
- Provides optimized lazy loading extensions for GetIt dependency injection
- Supports all registration types: singleton, factory, lazySingleton
- Full async support for async dependencies
- Comprehensive test coverage (97.22%)
- Includes convenience methods for common use cases
- Example Flutter app demonstrating usage patterns