fusion library

Classes

Fusion
FusionApp
Default App Widget instead of MaterialApp.
FusionAppLifecycleManager
FusionEventManager
FusionInterceptor
FusionInterceptorOption
FusionNavigator
FusionPageLifecycleListener
FusionPageLifecycleManager
FusionState
InterceptorHandler
The handler for interceptors to handle before push or pop action.
InterceptorState<T>
Used to pass state between interceptors.

Enums

FusionEventType
FusionRouteType
InterceptorResultType
The result type after handled by the interceptor.

Constants

kUnknownRoute → const String
A constant of unknown route name.

Typedefs

FusionEventCallback = void Function(Map<String, dynamic>?)
FusionPageCustomFactory = PageRoute Function(RouteSettings settings)
FusionPageFactory = Widget Function(Map<String, dynamic>? args)