0 purchases
dfalertbox
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.