cupertino library

Classes

CupertinoDialogRoute<T>
A dialog route that shows an iOS-style dialog.
CupertinoFullscreenDialogTransition
An iOS-style transition used for summoning fullscreen dialogs.
CupertinoPage<T>
A page that creates a cupertino style PageRoute.
CupertinoPageRoute<T>
A modal route that replaces the entire screen with an iOS transition.
CupertinoPageTransition
Provides an iOS-style page transition animation.

Mixins

CupertinoRouteTransitionMixin<T>
A mixin that replaces the entire screen with an iOS transition for a PageRoute.

Functions

showCupertinoDialog<T>({required BuildContext context, required WidgetBuilder builder, String? barrierLabel, bool useRootNavigator = true, bool barrierDismissible = false, RouteSettings? routeSettings}) Future<T?>
Displays an iOS-style dialog above the current contents of the app, with iOS-style entrance and exit animations, modal barrier color, and modal barrier behavior (by default, the dialog is not dismissible with a tap on the barrier).
showCupertinoModalPopup<T>({required BuildContext context, required WidgetBuilder builder, ImageFilter? filter, Color barrierColor = _kModalBarrierColor, bool barrierDismissible = true, bool useRootNavigator = true, bool? semanticsDismissible, RouteSettings? routeSettings}) Future<T?>
Shows a modal iOS-style popup that slides up from the bottom of the screen.