• 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 !')
));

Additional information

Libraries

custom_alert_box