depend library

Classes

Dependencies
The Dependencies class is an InheritedWidget that provides access to a DependenciesLibrary instance throughout the widget tree.
DependenciesInit
The DependenciesInit class is responsible for initializing the dependencies and the environment store.
Dependency
The Dependency class is a base class for all dependencies.
InitializationProgress
The InitializationProgress class is responsible for initializing the dependencies and the environment store.

Extensions

DependenciesLibraryExt on DependenciesLibrary
The DependenciesLibrary class is a map of dependencies that can be accessed by type.

Typedefs

DependenciesLibrary = Map<Type, Dependency>
The DependenciesLibrary class is a map of dependencies that can be accessed by type.
DependenciesProgress<T extends Dependency> = Future<T> Function(InitializationProgress progress)
The DependenciesProgress class is responsible for initializing the dependencies and the environment store.
EnvironmentStore = Map<String, dynamic>
The EnvironmentStore class is a map of environment variables that can be accessed by name.