awesome_dialog 1.2.0 copy "awesome_dialog: ^1.2.0" to clipboard
awesome_dialog: ^1.2.0 copied to clipboard

outdated

Flutter package to show beautiful dialogs with animations as simply as possible.

1.2.0 19/08/2020. #

  • Added Property width to control the maximum width of the dialog, especially useful in web flutter, or landscape mode, by default it is MediaQuery.of(context).size.width.

1.1.3 27/06/2020. #

  • Added Property dismissOnBackKeyPress to control if AwesomeDialog is dissmisable by back button

1.1.2 9/06/2020. #

  • Added Property keyboardAware to control whenever or not add the Padding introducing on v1.1.1, and make it optional. Default value True.

1.1.1 9/06/2020. #

  • Added Padding EdgeInsets.only(bottom: MediaQuery.of(context).viewInsets.bottom) to AwesomeDialog to be aware of keyboard input

1.1.0 30/05/2020. #

  • [Breaking Change in title Prop]
  • Meger Pull Request Fixed title prop and fixed some padding issues. #17, thanks to @iampawan.

1.0.1 28/05/2020. #

  • Exported anims helper class for external use.

1.0.0 28/05/2020. #

  • Added AutoHide feature.
  • Added DialogType NO_HEADER feature.
  • Organized project files.

0.1.4 30/04/2020. #

  • Upgrade dependencies. and animations.

0.1.3 19/02/2020. #

  • Fix tiny bug after features of version 0.1.2

0.1.2 19/02/2020. #

  • Upgrade dependencies
  • Remove spacing for buttons if no buttons are especified.
  • Added prop padding with default value EdgeInsets.only(left: 5, right: 5). this is not breaking change since this is the padding used on eraly version.

0.1.1 15/01/2020. #

  • Added prop headerAnimationLoop.

0.1.0 03/12/2019. #

  • Fix a bug when there is only a single button, removing unwanted space

0.0.5 25/11/2019. #

  • Added isDense property
  • Added aligment property

0.0.4 18/11/2019. #

  • Change default color to Theme.of(context).cardColor

0.0.3 07/11/2019. #

  • Fix a Bug when using PressEvent() for Navigation.

0.0.2 28/10/2019. #

  • Formating text and enchancing description.

0.0.1 28/10/2019. #

  • Initial release.
1.46k
likes
0
points
24.7k
downloads

Publisher

verified publishertoranzo.dev

Weekly Downloads

Flutter package to show beautiful dialogs with animations as simply as possible.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flare_flutter, flutter, simple_animations

More

Packages that depend on awesome_dialog