go_router_prototype library

Classes

GlobalRouteState
GoRouter
NestedStackRoute
A route that displays descendent StackedRoutes within its visual boundary.
RouteBase
RouteState
ShellRoute
A route that displays a UI shell around the matching child route.
StackedRoute
A route that is displayed visually above the matching parent route using the Navigator.

Typedefs

Redirect = Future<String?> Function(RouteMatch routeState)
ShellRouteBuilder = Widget Function(BuildContext context, Widget child)
StackedRouteBuilder = Widget Function(BuildContext context)

Exceptions / Errors

InitialRouteNotFoundError