ars_dialog library

Classes

ArsAlertDialog
Simple dialog with blur background and popup animations, use DialogStyle to custom it
ArsDialog
ArsDialogs widget
BlurDialogBackground
CustomProgressDialog
DialogBackground
Blur background of dialog, you can use this class to make your custom dialog background blur
DialogStyle
Dialog style to custom your dialog
DialogTransition
DialogUtils
ProgressDialog
Simple progress dialog with blur background and popup animations, use DialogStyle to custom it inspired by ProgressDialog from Android Native, and it very simple to use
ZoomDialog

Extensions

AlertDialogShow on AlertDialog
Extension of AlertDialog
CupertinoAlertDialogShow on CupertinoAlertDialog
Extension of CupertinoAlertDialog
DialogShow on Dialog
Extension of Dialog
SimpleDialogShow on SimpleDialog
Extension of SimpleDialog

Typedefs

OnProgressCancel = dynamic Function()
Typedef of Progress while on Progress Cancel
OnProgressError = dynamic Function(dynamic error)
Typedef of Progress while on Progress Error
OnProgressFinish<T> = dynamic Function(T data)
Typedef of Progress while on Progress Finish