lifecycle_main library

Classes

AppBootstrap
This class accepts a wide array of strategies for various things, and then loads the app in a way that makes sure everything is scoped properly.
AppWidgets
LifecycleInit
These are the variables loaded before we attempt to start the flutter runtime.

Properties

appErrors Stream<ErrorStack>
no setter
appErrorStream StreamController<ErrorStack>
final
enUs Locale
no setter
rootNavigatorKey GlobalKey<NavigatorState>
final

Functions

buildDefaultPlatformApp(BuildContext context, Widget app) Widget
buildDefaultThemes(Brightness? brightness) → Themes
never<T>(T a, T b) bool
notEquals<T>(T a, T b) bool
routeGo() → void
whenNotNull<T>(T a, T b) bool

Typedefs

ChildWidgetBuilder = Widget Function(BuildContext context, Widget child)
DeepLinkHandler<T> = Future<T?> Function(BuildContext context)
ThemesBuilder = Themes Function(Brightness? brightness)