dart_service_locator 1.0.0
dart_service_locator: ^1.0.0 copied to clipboard
A lightweight, flexible dependency injection solution for Flutter applications, supporting both synchronous and asynchronous dependency resolution with minimal boilerplate.
1.0.0 #
- Initial release of the Flutter Service Locator package
- Support for registering and resolving both synchronous and asynchronous dependencies
- Singleton and factory instance management
- Built-in disposal mechanism for cleaning up resources
- API for checking if a dependency is registered
- Comprehensive documentation and examples