depend library
Classes
-
Injection<
T> - An abstract class that serves as a base for managing dependencies in your application. It provides a structure for initializing dependencies and accessing a parent Injection if needed.
-
InjectionScope<
T extends Injection< Object?> > -
An
InheritedWidget
that provides access to a Injection instance throughout the widget tree.
Exceptions / Errors
- InjectionException
- An exception used for handling errors related to dependency injection in the application.