0 purchases
beautiful alert dialog
By this package, you can show beautiful and custom alert dialog box into your application.
Getting started #
import 'package:beautiful_alert_dialog/beautiful_alert_dialog.dart';
Usage #
beautiful_alert_dialog:
use below code inside click onpress or ontap.
CustomAlertBox.showCustomAlertBox(
context: context,
willDisplayWidget:
Container(
child: Text("Helo"),
)
);
copied to clipboard
Features #
You can show alert dialog box.
Decorate your dialog box according to your need.
Additional information #
https://pub.dev/packages/beautiful_alert_dialog
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.