It is a simple alert dialog with custom options.

Features

This package can help with size issue of alert box of flutter. It gives bigger size with nice animation.

Getting started

Add in your dependencies to start using it.

Usage

  Color backgroundColor;
  double elevation;
  Duration insetAnimationDuration;
  Curve insetAnimationCurve;
  ShapeBorder shape;
  Widget child;

Different properties that you can change.

Additional information

You can contribute to this project by creating pull request to this github repo - https://github.com/AnujPandey007/customdialogcontainer