- Fix analysis
- Removed all from version 3.0.0 deprecated parameters
- Fix assertion error
- Deprecated parameters [content]. Use [message] instead. (Reason: better naming)
- Deprecated parameters [onConfirmPress]. Use [onConfirmPressed] instead. (Reason: better naming)
- Deprecated parameters [onCancelPress]. Use [onCancelPressed] instead. (Reason: better naming)
- Supports web now
- Removed deprecated parameters [confirmText] and [cancelText] (Use instead: AlertDialogText)
- [AlertDialogText] and [AlertDialogStyle] are not part of library but components
- Refactor code format
- Removed const from [AlertDialogText] and [AlertDialogStyle]
- Added more dartdoc
- 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
- Deprecated [confirmText]. Use [text] instead!
- Deprecated [cancelText]. Use [text] instead!
- Added required field [text] to have a DialogAlertText, for editing [confirm], [cancel], [dismiss] buttons
- Added dartdoc and fixed readme.
- Initial Release
- Null Safety