dialog_box 0.0.1 copy "dialog_box: ^0.0.1" to clipboard
dialog_box: ^0.0.1 copied to clipboard

This is just for dialog with beautiful layout.

TODO:

ListTile( leading: const Icon(Icons.logout), title: const Text('LogOut'), onTap: () { customShowDialog( context, "Do you want to Logout the app?", "Sure"); }, ),

Features #

//// this is Message
customShowDialog(context, "Do you want to Logout the app?", "Oops.."); customShowDialog(context, "Do you want to Logout the app?", "Success"); customShowDialog(context, "Do you want to Logout the app?", "Warning"); customShowDialog(context, "Do you want to Logout the app?", "Info"); customShowDialog(context, "Do you want to Logout the app?", "Sure");

13
likes
120
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

This is just for dialog with beautiful layout.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on dialog_box