r_router library
Functions
-
showRAboutDialog({String applicationName, String applicationVersion, Widget applicationIcon, String applicationLegalese, List<Widget> children, RouteSettings routeSettings})
→ void
-
-
showRCupertinoDialog<T>({WidgetBuilder builder, RouteSettings routeSettings})
→ Future<T>
-
-
Shows a modal iOS-style popup that slides up from the bottom of the screen. [...]
-
showRDatePicker({DateTime initialDate, DateTime firstDate, DateTime lastDate, DatePickerEntryMode initialEntryMode = DatePickerEntryMode.calendar, SelectableDayPredicate selectableDayPredicate, String helpText, String cancelText, String confirmText, Locale locale, RouteSettings routeSettings, TextDirection textDirection, TransitionBuilder builder, DatePickerMode initialDatePickerMode = DatePickerMode.day, String errorFormatText, String errorInvalidText, String fieldHintText, String fieldLabelText})
→ Future<DateTime>
-
Shows a dialog containing a Material Design date picker. [...]
-
showRDialog<T>({bool barrierDismissible = true, WidgetBuilder builder, bool useSafeArea = true, RouteSettings routeSettings})
→ Future<T>
-
-
showRGeneralDialog<T>({RoutePageBuilder pageBuilder, bool barrierDismissible, String barrierLabel, Color barrierColor, Duration transitionDuration, RouteTransitionsBuilder transitionBuilder, RouteSettings routeSettings})
→ Future<T>
-
-
showRLicensePage({String applicationName, String applicationVersion, Widget applicationIcon, String applicationLegalese})
→ void
-
Displays a
LicensePage
, which shows licenses for software used by the
application. [...]
-
Show a popup menu that contains the
items
at position
. [...]
-
showRModalBottomSheet<T>({WidgetBuilder builder, Color backgroundColor, double elevation, ShapeBorder shape, Clip clipBehavior, bool isScrollControlled = false, bool isDismissible = true, Color barrierColor, bool enableDrag = true, RouteSettings routeSettings})
→ Future<T>
-
Shows a modal material design bottom sheet. [...]
-
showRSearch<T>({SearchDelegate<T> delegate, String query = ''})
→ Future<T>
-
Shows a full screen search page and returns the search result selected by
the user when the page is closed. [...]
-
showRTimePicker({TimeOfDay initialTime, TransitionBuilder builder, RouteSettings routeSettings})
→ Future<TimeOfDay>
-
Shows a dialog containing a material design time picker. [...]
-
transResult({String path, Map<String, dynamic> arguments, bool replace, bool clearTrace})
→ Future
-
transform result