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 2022Releases
latest 10-
1.1.201 Jul 2022Release notes
Open source →Release notes
Open source →FIX
- Prevent some
Completererror.- When the size of a notification was changed unexpectedly, a
Future already completed.error could occur.
- When the size of a notification was changed unexpectedly, a
- Prevent some
-
1.1.123 May 2022Release notes
Open source →What's Changed
- Fix CI trigger to work on PR from fork. by @Kurogoma4D in #19
- Fixed a warning in flutter 3.0.0 by @tadak1 in #18
New Contributors
Full Changelog: v1.1.0...v1.1.1
Release notes
Open source →FIX
- Fixed warnings for Flutter3.0.0
- Wrapped code containing warnings in
_ambiguate()
- Wrapped code containing warnings in
-
1.1.014 Mar 2022Release notes
Open source →What's Changed
- Feature: dismiss notification programmatically. by @Kurogoma4D in #16
- Refactoring to get rid of
StatefulWidget. by @Kurogoma4D in #17
Full Changelog: v1.0.2...v1.1.0
Release notes
Open source →FEAT
- Added
InAppNotification.dismiss()method that hides notification programmatically.- from #14 .
CHORE
- Refactored again.
- Get rid of
StatefulWidget, usingfindAncestorStateOfType()method.- This is expensive when using
BuildContextthat obtained from deep hierarchy of Widget tree, so it replaced withgetElementForInheritedWidgetOfExactType()method onInheritedWidget.
- This is expensive when using
- Get rid of
-
1.0.202 Mar 2022Release notes
Open source →What's Changed
- Refactoring and bug fixes around animation curve. by @Kurogoma4D in #15
Full Changelog: v1.0.1...v1.0.2
Release notes
Open source →FIX
- Fixed a bug that
curveoption inInAppNotification.show()didn't affect.
FEAT
- Added
dismissCurveoption inInAppNotification.show().
CHORE
- Refactored a whole of code.
- More readable logic around showing and dismissing notification.
- Isolated
AnimationControllerfor interactions from one for showing.
- Expanded example app to change sample notification size.
-
1.0.125 Jun 2021Release notes
Open source →FIX
- Fixed a bug that the notification doesn't apppear when swiping previous one.
Release notes
Open source →FIX
- Fixed a bug that the notification doesn't apppear when swiping previous one.
-
1.0.025 Jun 2021Release notes
Open source →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.
Release notes
Open source →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.017 Jun 2021Release notes
Open source →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.
Release notes
Open source →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.
- BREAKING: Overall, changes API.
-
0.2.007 Jun 2021Release notes
Open source →BREAKING: Migrate to sound null safety.
CHORE:
- Changed description.
- Added pub.dev badge to README.
Release notes
Open source →BREAKING: Migrate to sound null safety.
CHORE
- Changed description.
- Added pub.dev badge to README.
-
0.2.0+107 Jun 2021 -
0.1.007 Jun 2021