smart_alert_dialog 2.2.1
smart_alert_dialog: ^2.2.1 copied to clipboard
A Smart Alert Dialog that uses Cupertino for IOS and Material for Android. Fell Free to colaborate, every PR is welcome!
2.2.1 #
- [AlertDialogText] and [AlertDialogStyle] are not part of library but components
2.2.0 #
- Refactor code format
2.1.2-nullsafety.0 #
- Removed const from [AlertDialogText] and [AlertDialogStyle]
2.1.1-nullsafety.0 #
- Added more dartdoc
2.1.0-nullsafety.0 #
- Formatted dartdoc to be in the right format
- Added [style] to the Dialog Alert Widget
- Added [text] is not required anymore
- Both [text] and [style] has default values if not set
2.0.0-nullsafety.0 #
- Deprecated [confirmText]. Use [text] instead!
- Deprecated [cancelText]. Use [text] instead!
- Added required field [text] to have a DialogAlertText, for editing [confirm], [cancel], [dismiss] buttons
1.1.0 #
- Added dartdoc and fixed readme.
1.0.0 #
- Initial Release
- Null Safety