imports/common library

Classes

AppRoute
A route that is added to the router tree.
Handler
The handler to register with FluroRouter.define
RouteMatch
The route that was matched.

Enums

HandlerType
The type of the handler, whether it's a buildable route or a function that is called when routed.
RouteMatchType
The match type of the route.
TransitionType
The type of transition to use when pushing/popping a route.

Typedefs

Bind = Widget? Function(Map<String, List<String>> params, dynamic args)
Builds out a screen based on string path parameters.
RouteCreator<T> = Route<T> Function(RouteSettings route, Map<String, List<String>> parameters, dynamic args)
A function that creates new routes.

Exceptions / Errors

RouteNotFoundException
When the route is not found.