f_routing library
Classes
-
FadeAnimationPage<
T> - FRouterChildInfoProvider
- FRouterDelegate
- FRouterInformationParser
- FRouterRootProvider
- FRouterRootProviderPlatform
- FRouteState
- PendingRoute
- TabRouteObserver
- Passes events from a child router up to the root. It's assumed that the root provider will not receive these events without this connector and that it should only report the url out to the navigator
Extensions
-
AppRouteMatchUriBuilderExt
on AppRouteMatch<
dynamic, RouteParams> - FRouterMatchExt on FRouter
-
IterablePagesExt
on Iterable<
PendingRoute> - PathRouteSettingsHelperExt on PathRouteSettings
- PendingRouteToHistory on PendingRoute
- RoutePathExt on Route
- RouteToInformation on Route
Constants
-
appValueKey
→ const ValueKey<
String> -
loginValueKey
→ const ValueKey<
String> -
rootValueKey
→ const ValueKey<
String> -
splashValueKey
→ const ValueKey<
String>
Functions
-
rootAppRouteMatch(
[Widget splashPage()?]) → AppRouteMatch< dynamic, RouteParams>