stylish_dialog
A collection of stylish animated dialogs like Normal, Progress, Success, Info, Warning, and Error for flutter.
Showcase

⭐ Installing
dependencies:
stylish_dialog: ^0.0.6
⚡ Import
? How To Use
context:
alertType:
titleText:
contentText:
addView:
confirmText:
cancelText:
confirmPressEvent:
cancelPressEvent:
dismissOnTouchOutside:
Properties
Alert Type
Press Event
Bind Dialog/Change Alert Type
Example
Simple Dialog
Simple Stylish Dialog with title and content text
Normal Dialog with Custom Widget
Normal dialog with custom widget
Note: addView:
is only supported with StylishDialog.NORMAL
alertType
Progress Dialog
Progress dialog without title and content text
Progress dialog with only title
Progress dialog with title and content text
Success Dialog
Success dialog without title and content text
Success dialog with only title
Success Dialog with title and content text
Info Dialog
Info Dialog without title and content text
Info Dialog with only title
Info Dialog with title and content text
Warning Dialog
Warning Dialog without title and content text
Warning Dialog with only title
Warning Dialog with title and content text
Error Dialog
Error Dialog without title and content text
Error Dialog with only title
Error Dialog with title and content text
Success Dialog
Success Dialog with click
Different Ways to bind
Progress dialog bind with Success dialog