advanced_navigator library

Classes

AdvancedNavigator
A widget that manages a set of child widgets with a stack discipline.
AdvancedNavigatorState
DefaultRouteInformationParser
DefaultRouterDelegate
EmptyRouteInformationProvider
Route information provider with no communication to external sources
NestedBackButtonDispatcher
NestedRouteInformationProvider
Route information provider working supplementary to a single root provider
PathGroup
RouteInformationObservable
Object which notifies previously registered RouteInformationObservers upon changes to the currentRouteInformation member by calling their didPushRouteInformation method with the updated route information.
RouteInformationObserver
Observer to a RouteInformationObservable
RouterConfiguration

Typedefs

PageFactory = Page? Function(RouteSettings)
A function for building a page from route settings
PathFactory = RouterConfiguration? Function(RouteInformation)
A function for building a page stack from route information