iroute library

Classes

IRoute
The current route state. To change the current route, call obtain the state using RouteStateScope.of(context) and call go():
IRouteParser
Parses the URI path into a ParsedRoute.
IRouterDelegate
IRouteScope
Provides the current IRoute to descendant widgets in the tree.
ParsedRoute
A route path that has been parsed by IRouteParser.

Typedefs

RouteBuilder = Widget Function(BuildContext context, Map<String, dynamic> params)
RouteGuard<T> = Future<T> Function(T from)
Used by IRouteParser to guard access to routes.