flutter_dialogs/CHANGELOG.md

12 lines
304 B
Markdown
Raw Permalink Normal View History

## 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.
2024-02-07 14:57:31 +01:00
## 0.0.2
- Added CI and linter
2022-10-21 12:05:05 +02:00
## 0.0.1
- Initial port