dialog/show_progress_dialog
library
Functions
-
showAdaptiveProgressDialog<T>({required BuildContext context, required Task<T> future, WidgetBuilder? builder, bool useRootNavigator = true, Offset? anchorPoint, String? barrierLabel, TraversalEdgeBehavior? traversalEdgeBehavior, Color? barrierColor, bool useSafeArea = true, bool? requestFocus})
→ Future<ProgressDialogResult<T>>
-
Shows a platform-adaptive progress dialog while executing a Future task.
-
showCupertinoProgressDialog<T>({required BuildContext context, required Task<T> future, WidgetBuilder? builder, Offset? anchorPoint, String? barrierLabel, bool useRootNavigator = true, Color? barrierColor, bool? requestFocus})
→ Future<ProgressDialogResult<T>>
-
Shows a Cupertino-styled progress dialog while executing a Future task.
-
showProgressDialog<T>({required BuildContext context, required Task<T> future, WidgetBuilder? builder, bool useRootNavigator = true, Offset? anchorPoint, String? barrierLabel, bool? requestFocus, TraversalEdgeBehavior? traversalEdgeBehavior, Color? barrierColor, bool useSafeArea = true, bool fullscreenDialog = false, AnimationStyle? animationStyle})
→ Future<ProgressDialogResult<T>>
-
Shows a progress dialog while executing a Future task.