Skip to content

v0.3.0

Choose a tag to compare

@Kurogoma4D Kurogoma4D released this 17 Jun 09:47
· 43 commits to main since this release
22f7191

FEAT

  • BREAKING: Overall, changes API.
    • Removed InAppNotification.of(). To show notificaiton, use InAppNotification.show() instead.
    • Changed usage of InAppNotification, see Usage section in README.
  • Replaced Stack with OverlayEntry 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 to InAppNotification.show() method.