injecta library

A simple dependency injection library for Flutter applications.

Classes

ServiceRegistry<S>
A registry for managing and accessing services.

Exceptions / Errors

ServiceNotFoundException
Exception thrown when a service of a specific type is not found in the ServiceRegistry.