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

  1. beautiful_alert_dialog:
  2. use below code inside click onpress or ontap.
CustomAlertBox.showCustomAlertBox(
   context: context,
   willDisplayWidget:
   Container(
   child: Text("Helo"),
   )
);

Features

  1. You can show alert dialog box.
  2. Decorate your dialog box according to your need.

Additional information

https://pub.dev/packages/beautiful_alert_dialog