ndialog library

Classes

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
NAlertDialog
Simple dialog with blur background and popup animations, use DialogStyle to custom it
NDialog
NDialog widget
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
FutureDialog on Future<T>
SimpleDialogShow on SimpleDialog
Extension of SimpleDialog

Properties

generalBarrierColor Color
no setter

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