mirror of
https://github.com/Iconica-Development/flutter_dialogs.git
synced 2025-05-18 19:03:43 +02:00
15 lines
489 B
Markdown
15 lines
489 B
Markdown
## 1.1.0
|
|
- Add option `bottomAlertDialogPadding` to `BottomAlertDialogConfig` for specifying the empty space above the title of a dialog. By default it is an EdgeInsets with top 10px.
|
|
|
|
## 1.0.0
|
|
- Flutter_dialogs and flutter_bottom_alert_dialogs combined into one package
|
|
- Add default padding to the bottom alert dialog that is the size of the safe area of a device. You can disable this by setting `useSafeAreaPadding` to false.
|
|
|
|
## 0.0.2
|
|
|
|
- Added CI and linter
|
|
|
|
## 0.0.1
|
|
|
|
- Initial port
|