flutter_quickalert 1.0.1
flutter_quickalert: ^1.0.1 copied to clipboard
A lightweight and customizable alert dialog package for Flutter. Easily display success, error, warning, and info dialogs with various styles and themes
1.0.1 #
- add extension to build context for fast showing alert.
- fix bugs.
1.0.0 #
- add new option to set header height in theme.
0.3.3 #
- update readme.
0.3.2 #
- update readme.
0.3.1 #
- update dialog type references from QuickAlertDialogType to QuickAlertDialogTypes.
0.3.0 #
- add new loading dialog type.
- localized button texts (close, ok and cancel) to 41 languages.
- add new extenions on top of BuildContext for fast access to quick alert.
0.2.0 #
- Rewrite library functions from scratch.
0.1.0 #
- initial release.