custom_alert_box_display 0.0.2
custom_alert_box_display: ^0.0.2 copied to clipboard
To be able to show custom alert box easily!
- A custom alert box - To be able to show custom alert box easily!
Features #
- A custom alert box - To be able to show custom alert box easily!
Getting started #
Flutter should be installed
Usage #
0.0.1 - 2023 -10-25 #
- A custom alert box - To be able to show custom alert box easily!
. Add longer examples
to /example
folder.
CustomAlertBox.showCustomAlertBox(context: context,
willDisplayWidget: Container(
child:Text('My custom alert box example !')
));