stylish_dialog 1.0.2 copy "stylish_dialog: ^1.0.2" to clipboard
stylish_dialog: ^1.0.2 copied to clipboard

A collection of stylish animated dialogs like Normal, Progress, Success, Info, Warning, and Error for flutter.

1.0.2 #

Changes:

  • Style.Default to DefaultStyle()
  • Style.Style1 to Style1()

Fix: bug

1.0.1 #

Fix: bug

1.0.1-beta #

Fix: bug

1.0.0 #

+ title:
+ content:

- titleText:
- contentText:
- titleStyle:
- contentStyle:
  • Fix: bug
  • Updated documentation

0.1.3 #

  • Removed unnecessary code
  • Fix: lint warnings

0.1.2 #

  • Fix: bug

0.1.1 #

  • Added showAdaptiveDialog

0.0.13 #

  • Fix: Text color

0.0.12 #

  • Updated Changelog and example code

0.0.11 #

  • Added controller to handle dialog listeners

0.0.10 #

  • Added dialog styles
+ Style.Default
+ Style.Style1
  • Improved addView: usage

0.0.9 #

  • Revert some changes
  • Added
+ titleStyle:
+ contentStyle:
+ progressColor:

0.0.8+1 #

  • Fixed some bugs

0.0.8 #

  • ✔️ Added
+ confirmButton:
+ cancelButton:
  • ❌ Deprecated
@deprecated confirmText:
@deprecated cancelText:
@deprecated confirmPressEvent:
@deprecated cancelPressEvent:

0.0.7 #

  • Added animationLoop: to play animations in a loop
+ animationLoop:
  • Performance Improvement
  • Bug Fixes

0.0.6 #

Added addView: to add custom widget inside dialog.


+ addView:

0.0.5+1 #


+ rootNavigator:

0.0.5 #

Added changeAlertType() function to change current dialog type.

+ changeAlertType()

0.0.4+1 #

+ dismissOnTouchOutside:
+ .show()
+ .dismiss()

0.0.4 #

Added #

+ confirmText:
+ cancelText:
+ confirmPressEvent:
+ cancelPressEvent:

0.0.3+1 #

  • Fixed content text alignment

0.0.3 #

  • Initial release
16
likes
130
pub points
85%
popularity

Publisher

verified publishermarsad.dev

A collection of stylish animated dialogs like Normal, Progress, Success, Info, Warning, and Error for flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on stylish_dialog