navigation/sint_navigation library
Classes
- CircularRevealClipper
- CircularRevealTransition
- ConfigData
- CustomTransition
- DirectionalityDragGestureRecognizer
- FadeInTransition
- LeftToRightFadeTransition
- MiddlewareRunner
- NoTransition
- PageRedirect
- PageSettings
- PathDecoded
- RightToLeftFadeTransition
- RouteData
- This is basically a util for rules about 'what a route is'
- RouteDecoder
- RouteMatcher
- RouteMatchResult
- A class representing the result of a route matching operation.
- RouteNode
- RouteParser
-
RouterReportManager<
T> - RouteTree
- RouteTreeResult
- Routing
-
SintBackGestureDetector<
T> -
SintBackGestureDetectorState<
T> - SintCupertinoApp
- SintDelegate
-
SintDialogRoute<
T> - SintInformationParser
- SintMaterialApp
- SintMiddleware
- The Page Middlewares. The Functions will be called in this order (( redirect -> onPageCalled -> onBindingsStart -> onPageBuildStart -> onPageBuilt -> onPageDispose ))
- SintModalBottomSheetLayout
-
SintModalBottomSheetRoute<
T> -
SintPage<
T> -
SintPageRoute<
T> - SintRoot
- SintRootState
- SintSnackBar
- SintSnackBarState
- SintTestMode
- SizeTransitions
- SlideDownTransition
- SlideLeftTransition
- SlideRightTransition
- SlideTopTransition
- SnackbarController
- SnackBarQueue
- ZoomInTransition
Enums
- PopMode
- Enables the user to customize the intended pop behavior
- PreventDuplicateHandlingMode
- Enables the user to customize the behavior when pushing multiple router that shouldn't be duplicates
- RowStyle
- SnackbarStatus
-
Indicates Status of snackbar
SnackbarStatus.OPENSnack is fully open,SnackbarStatus.CLOSEDSnackbar has closed,SnackbarStatus.OPENINGStarts with the opening animation and ends with the full snackbar display,SnackbarStatus.CLOSINGStarts with the closing animation and ends with the full snackbar dispose - SnackHoverState
- Indicates if the mouse entered or exited
- SnackPosition
-
Indicates if snack is going to start at the
TOPor at theBOTTOM - SnackStyle
- Indicates if snack will be attached to the edge of the screen or not
- Transition
Mixins
Extensions
Constants
- kBackGestureWidth → const double
- kMaxMidSwipePageForwardAnimationTime → const int
- DEPRECATED const double kMinFlingVelocity = 1; // Screen widths per second.
- kMaxPageBackAnimationTime → const int
Properties
-
It replaces the Flutter Navigator, but needs no context.
You can to use navigator.push(YourRoute()) rather
Navigator.push(context, YourRoute());
no setter
Functions
-
extractRouteName(
Route? route) → String? - Extracts the name of a route based on it's instance type or null if not possible.
-
removeLastHistory(
String? url) → void -
setUrlStrategy(
) → void
Typedefs
- GetPageBuilder = Widget Function()
-
GetRouteAwarePageBuilder<
T> = Widget Function([SintPageRoute< T> ? route]) - OnHover = void Function(SintSnackBar snack, SnackHoverState snackHoverState)
- OnTap = void Function(SintSnackBar snack)
- SnackbarStatusCallback = void Function(SnackbarStatus? status)