alert_box_flutter 1.0.2 copy "alert_box_flutter: ^1.0.2" to clipboard
alert_box_flutter: ^1.0.2 copied to clipboard

Custom Alert Box.

Custom alert box will help to create custom alert box.

Features #

It is very dynamic and easy to implement.

Getting started #

You do not need ant special thing to do wi

Usage #

Just import the package and use it.

await CustomAlertBox.showCustomAlertBox(
context: context,
headingWidget: const Text('Alert'),
descWidget:
const Text('My custom alert box, used from example!!'),
firstButtonClick: () {},
secondButtonClick: () {},
secondButtonColor: Colors.orange);

Additional information #

We don't need any additional info for this

1
likes
120
points
35
downloads

Publisher

unverified uploader

Weekly Downloads

Custom Alert Box.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, google_fonts

More

Packages that depend on alert_box_flutter