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

A new Flutter package project.

dfalertbox #

An alert dialog for flutter aps

How to use #

FloatingActionButton( onPressed: () async { await CustomAlertBox.displayAlertBox( context: context, willDisplayWidget: Container( child: Text('My custom alert box, used from example!!'), )); }, tooltip: 'Show Custom Alert Box', child: Icon(Icons.message), )

# dfalertbox

1
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter package project.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, google_fonts

More

Packages that depend on dfalertbox