dart_service_locator 1.0.5 dart_service_locator: ^1.0.5 copied to clipboard
A lightweight, flexible dependency injection solution for Flutter applications, supporting both synchronous and asynchronous dependency resolution with minimal boilerplate.
1.0.5 #
- Documentation update
1.0.4 #
ServiceLocator
class is now publicly available
1.0.3 #
- Made it simple and Less complicated
1.0.2 #
- Readme updated
1.0.1 #
- Remove and clear bug fixed
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