flutter_ioc_get_it library

Classes

GetItIocContainer
An implementation of the IocContainer interface using get_it as backing inversion of control container.
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.