in_app_notification 0.3.0 in_app_notification: ^0.3.0 copied to clipboard
A Flutter package to show custom in-app notification with any Widgets.
0.3.0 #
FEAT #
- BREAKING: Overall, changes API.
- Removed
InAppNotification.of()
. To show notificaiton, useInAppNotification.show()
instead. - Changed usage of
InAppNotification
, see Usage section in README.
- Removed
- Replaced
Stack
withOverlayEntry
on showing notification sysytem. - Removed
minAlertHeight
property. Notification size is decided from specified Widget now. - Removed
safeAreaPadding
property. Notification position is now considering safe area automatically. - Added
curve
property toInAppNotification.show()
method.
0.2.0+1 #
Organize documents.
0.2.0 #
0.1.0 #
First release.