flutter_ioc library
A standard interface providing inversion of control services to Dart or Flutter applications.
Classes
- IocContainer
- A standard interface providing inversion of control services to Dart or Flutter applications.
Enums
- ScopeChange
-
Describes the type of change that occurred which triggered the
IocContainer.OnScopeChanged
callback.
Typedefs
- Ioc = IocContainer
-
A shorter alias for the IocContainer type. This allows developers to
use the shorter
Ioc.container
syntax instead of writing the full name.