routes library
Classes
- AppRouteInformationParser
- Parses the RouteConfiguration from/to RouteInformation.
- AppRouterDelegate
-
Application's router delegate that builds the root Navigator based on
the
_state
. - NavigatorObserver tracking ModalRoutes opened and closed via RouterState.obscuring.
- RouteConfiguration
- Application's route configuration used to determine the current router state to parse from/to RouteInformation.
- RouterState
- Application's router state.
- Routes
- Application routes names.
Enums
- HomeTab
- List of Routes.home page tabs.
- ProfileTab
- List of Routes.me page sections.
- WorkTab
- List of Routes.work page sections.
Extensions
- AppLifecycleStateExtension on AppLifecycleState
- Extension adding helper methods to an AppLifecycleState.
- RouteLinks on RouterState
- RouterState's extension shortcuts on Routes constants.
Properties
- router ↔ RouterState
-
Application's global router state.
getter/setter pair