in_app_notification 1.0.1
in_app_notification: ^1.0.1 copied to clipboard
A Flutter package to show custom in-app notification with any Widgets.
1.0.0 #
FEAT #
- Added horizontal swipe gesture to dismiss notifications.
- Now, using cache of
InAppNotification's state. This makes it possible to decrease overhead on showing notification.
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
StackwithOverlayEntryon showing notification sysytem. - Removed
minAlertHeightproperty. Notification size is decided from specified Widget now. - Removed
safeAreaPaddingproperty. Notification position is now considering safe area automatically. - Added
curveproperty toInAppNotification.show()method.
0.2.0+1 #
Organize documents.
0.2.0 #
0.1.0 #
First release.