ubuntu_service 0.2.3
ubuntu_service: ^0.2.3 copied to clipboard
Simple service locator API based on GetIt.
0.2.2 #
- Add tryGetService() and tryCreateService().
0.2.3 - 2023-06-14 #
What's Changed #
- Update CI by @jpnurmi in https://github.com/ubuntu-flutter-community/ubuntu_service/pull/15
- chore(deps): migrate to get_it 7.4.1+ by @jpnurmi in https://github.com/ubuntu-flutter-community/ubuntu_service/pull/18
- chore: migrate to dart 3 by @jpnurmi in https://github.com/ubuntu-flutter-community/ubuntu_service/pull/17
Full Changelog: https://github.com/ubuntu-flutter-community/ubuntu_service/compare/v0.2.2...v0.2.3
0.2.1 #
- Add hasService() and tryRegisterService() & friends for conditional registration if not already registered.
0.2.0 #
- Add IDs for registering multiple services.
- Ensure independent locator instance.
- Add service factory for creating services with parameters.
- Remove dangerous automatic unregistration.
- Add a way to reset services.
0.1.0 #
- Initial version.