app_context_events library

Classes

AppContextEvents
It's common that you want to fire an event, but only within the "app" context, ie. inside of a MaterialApp or CupertinoApp. This service lets you fire those events anywhere in the codebase, and they will get picked up and run inside the appropriate context.

Properties

appContextEvents AppContextEvents
no setter

Typedefs

AppContextHandler = FutureOr Function(BuildContext context)