navigation/src/routes/index library
Classes
- CircularRevealClipper
- CircularRevealTransition
- CustomTransition
- Dependencies
- FadeInTransition
- FlowerDelegate
- FlowerInformationParser
- FlowerMiddleware
- The Page Middlewares. The Functions will be called in this order (( redirect -> onPageCalled -> onBindingsStart -> onPageBuildStart -> onPageBuilt -> onPageDispose ))
- FlowerObserver
-
FlowerPage<
T> -
FlowerPageRoute<
T> -
GetBackGestureController<
T> -
GetBackGestureDetector<
T> -
GetBackGestureDetectorState<
T> - GetRouterOutlet
- LeftToRightFadeTransition
- MiddlewareRunner
- Module
- NoTransition
- PageRedirect
- PageSettings
- ParseRouteTree
- PathDecoded
- RightToLeftFadeTransition
- RouteDecoder
- RouteReport
-
RouterOutlet<
TDelegate extends RouterDelegate< T> , T extends Object> - Routing
- SizeTransitions
- SlideDownTransition
- SlideLeftTransition
- SlideRightTransition
- SlideTopTransition
- ZoomInTransition
Enums
- PopMode
- Enables the user to customize the intended pop behavior
- PreventDuplicateHandlingMode
- Enables the user to customize the behavior when pushing multiple routes that shouldn't be duplicates
- Transition
Mixins
-
FlowerPageRouteTransitionMixin<
T> -
PageRouteReportMixin<
T> -
RouteReportMixin<
T extends StatefulWidget>
Extensions
Functions
-
removeLastHistory(
String? url) → void -
setUrlStrategy(
) → void
Typedefs
- FlowerPageBuilder = Widget Function()
-
FlowerRouteAwarePageBuilder<
T> = Widget Function([FlowerPageRoute< T> ? route])