parse_route library

Classes

HistoryEntry
A class representing a history entry.
MatchResult
A class representing the result of a route matching operation.
ParseRoute
RouteDefinition
Defines a route with a pattern, segments for matching, and support for wildcards.
RouteListener

Typedefs

RouteChangeCallback = void Function(HistoryEntry newRoute, HistoryEntry? oldRoute, RouteChangeType type)