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

  final Color backgroundColor;
  final double elevation;
  final Duration insetAnimationDuration;
  final Curve insetAnimationCurve;
  final ShapeBorder shape;
  final 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