advanced_navigator library

Classes

AdvancedNavigator
A widget that manages a set of child widgets with a stack discipline.
AdvancedNavigatorState
AdvancedRouteInformation
DefaultRouteInformationParser
DefaultRouterDelegate
EmptyRouteInformationProvider
Route information provider with no communication to external sources
NestedBackButtonDispatcher
NestedRouteInformationProvider
Route information provider working supplementary to a single root provider
PathArguments
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(AdvancedRouteInformation)
A function for building a page stack from route information