ivy_flutter_common_utils library

Classes

ContextAware
ContextProvider
EventBus
Dispatches events to listeners using the Dart Stream API. The EventBus enables decoupled applications. It allows objects to interact without requiring to explicitly define listeners and keeping track of them.
Pair<F, S>

Properties

eventBus EventBus
getter/setter pair
final
routeObserver RouteObserver<Route>
final

Typedefs

ContextGetter = void Function(BuildContext context)