Skip to content

Releases: cb-cloud/flutter_in_app_notification

v1.1.2

01 Jul 02:14
ec04ed3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

23 May 01:53
d33e05d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

14 Mar 08:26
5a9a893
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.1.0

v1.0.2

02 Mar 08:39
8e718c6
Compare
Choose a tag to compare

What's Changed

  • Refactoring and bug fixes around animation curve. by @Kurogoma4D in #15

Full Changelog: v1.0.1...v1.0.2

v1.0.1

25 Jun 08:33
5989f28
Compare
Choose a tag to compare

FIX

  • Fixed a bug that the notification doesn't apppear when swiping previous one.

v1.0.0

25 Jun 06:40
643f13d
Compare
Choose a tag to compare

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.

v0.3.0

17 Jun 09:47
22f7191
Compare
Choose a tag to compare

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.

v0.2.0+1

07 Jun 10:39
ec90f68
Compare
Choose a tag to compare

Organize documents.

v0.2.0

07 Jun 10:12
900fb8e
Compare
Choose a tag to compare

BREAKING: Migrate to sound null safety.

CHORE:

  • Changed description.
  • Added pub.dev badge to README.

v0.1.0

07 Jun 08:45
f2aa1c7
Compare
Choose a tag to compare

First release.