PackageTrack
Sign in Get early access

in_app_notification

A Flutter package to show custom in-app notification with any Widgets.

1.1.2 4.1K downloads/mo #4153 most downloaded on pub.dev cb-cloud/flutter_in_app_notification

What this package is like to depend on

Last release 4 years ago

no release in 18 months

Release timing varies

gaps range from 1 weeks to 9 months

Nearly every release is documented

notes for 10 of 10 stable releases

Nothing withdrawn

no release was ever pulled

5 years old

10 releases · first in 2021

0 releases in the last 12 months

see the full history below

Release timeline

10 releases · Jun 2021 to Jul 2022
2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 10
  1. 1.1.2 01 Jul 2022
    Release notes

    What's Changed

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

    Open source →
    Release notes

    FIX

    • Prevent some Completer error.
      • When the size of a notification was changed unexpectedly, a Future already completed. error could occur.
    Open source →
  2. 1.1.1 23 May 2022
    Release notes

    What's Changed

    New Contributors

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

    Open source →
    Release notes

    FIX

    • Fixed warnings for Flutter3.0.0
      • Wrapped code containing warnings in _ambiguate()
    Open source →
  3. 1.1.0 14 Mar 2022
    Release notes

    What's Changed

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

    Open source →
    Release notes

    FEAT

    • Added InAppNotification.dismiss() method that hides notification programmatically.
      • from #14 .

    CHORE

    • Refactored again.
      • Get rid of StatefulWidget, using findAncestorStateOfType() method.
        • This is expensive when using BuildContext that obtained from deep hierarchy of Widget tree, so it replaced with getElementForInheritedWidgetOfExactType() method on InheritedWidget.
    Open source →
  4. 1.0.2 02 Mar 2022
    Release notes

    What's Changed

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

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

    Open source →
    Release notes

    FIX

    • Fixed a bug that curve option in InAppNotification.show() didn't affect.

    FEAT

    • Added dismissCurve option in InAppNotification.show().

    CHORE

    • Refactored a whole of code.
      • More readable logic around showing and dismissing notification.
      • Isolated AnimationController for interactions from one for showing.
    • Expanded example app to change sample notification size.
    Open source →
  5. 1.0.1 25 Jun 2021
    Release notes

    FIX

    • Fixed a bug that the notification doesn't apppear when swiping previous one.
    Open source →
    Release notes

    FIX

    • Fixed a bug that the notification doesn't apppear when swiping previous one.
    Open source →
  6. 1.0.0 25 Jun 2021
    Release notes

    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.
    Open source →
    Release notes

    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.
    Open source →
  7. 0.3.0 17 Jun 2021
    Release notes

    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.
    Open source →
    Release notes

    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.
    Open source →
  8. 0.2.0 07 Jun 2021
    Release notes

    BREAKING: Migrate to sound null safety.

    CHORE:

    • Changed description.
    • Added pub.dev badge to README.
    Open source →
    Release notes

    BREAKING: Migrate to sound null safety.

    CHORE

    • Changed description.
    • Added pub.dev badge to README.
    Open source →
  9. 0.2.0+1 07 Jun 2021
    Release notes

    Organize documents.

    Open source →
  10. 0.1.0 07 Jun 2021
    Release notes

    First release.

    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive