easy_flutter
library
Functions
-
dismissSKProgressDialog({BuildContext? context, BuildContextPredicate buildContextPredicate = _defaultContextPredicate})
→ Future<void>
-
-
showSKAlert(Widget msg, {Widget? title, Widget? confirmText, Widget? cancelText, bool isCancelable = true, BuildContext? context, BuildContextPredicate buildContextPredicate = _defaultContextPredicate})
→ Future<bool?>
-
-
showSKBottomSheetDialog<T>(Widget child, {bool isCancelable = true, BuildContext? context, RoundedRectangleBorder? shape, BuildContextPredicate buildContextPredicate = _defaultContextPredicate})
→ Future<T?>
-
-
showSKDialog<T>(Widget child, {bool isCancelable = true, BuildContext? context, BuildContextPredicate buildContextPredicate = _defaultContextPredicate})
→ Future<T?>
-
-
showSKProgressDialog({BuildContext? context, RoundedRectangleBorder? shape, String? textToBeDisplayed, Color barrierColor = Colors.black12, BuildContextPredicate buildContextPredicate = _defaultContextPredicate})
→ dynamic
-