ubuntu_service 0.3.2 copy "ubuntu_service: ^0.3.2" to clipboard
ubuntu_service: ^0.3.2 copied to clipboard

Simple service locator API based on GetIt.

0.3.2 #

  • FIX: Bump get_it to 7.6.9

0.3.1 #

  • FEAT: Activate ubuntu_lints.

Changelog #

0.3.0 (2023-11-16) #

  • ubuntu_service: Add generics for parameters (#338) (762f05c)
  • ubuntu_service: Add parameter generics (762f05c)

0.2.4 (2023-07-18) #

  • add changelog titles for release-please (7ab08b5)
  • fix changelogs (e80a5a7)
  • github: remove old workflows (154593c)
  • move / packages/ubuntu_service (019e934)
  • remove codecov.yaml from newly imported packages (486f0f6)
  • renovate: clean up old renovate configs (af1126b)
  • update links (#299) (e679e3b)

0.2.3 (2023-06-14) #

0.2.2 #

  • Add tryGetService() and tryCreateService().

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.