depend library
Classes
- Dependencies
-
The
Dependenciesclass is anInheritedWidgetthat provides access to aDependenciesLibraryinstance throughout the widget tree. - DependenciesInit
-
The
DependenciesInitclass is responsible for initializing the dependencies and the environment store. - Dependency
-
The
Dependencyclass is a base class for all dependencies. - InitializationProgress
-
The
InitializationProgressclass is responsible for initializing the dependencies and the environment store.
Extensions
- DependenciesLibraryExt on DependenciesLibrary
-
The
DependenciesLibraryclass is a map of dependencies that can be accessed by type.
Typedefs
-
DependenciesLibrary
= Map<
Type, Dependency> -
The
DependenciesLibraryclass is a map of dependencies that can be accessed by type. -
DependenciesProgress<
T extends Dependency> = Future< T> Function(InitializationProgress progress) -
The
DependenciesProgressclass is responsible for initializing the dependencies and the environment store. -
EnvironmentStore
= Map<
String, dynamic> -
The
EnvironmentStoreclass is a map of environment variables that can be accessed by name.