Releases: cb-cloud/flutter_in_app_notification
Releases · cb-cloud/flutter_in_app_notification
v1.1.2
v1.1.1
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
v1.1.0
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
v1.0.2
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
FIX
- Fixed a bug that the notification doesn't apppear when swiping previous one.
v1.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.
v0.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
Stack
withOverlayEntry
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 toInAppNotification.show()
method.
v0.2.0+1
Organize documents.
v0.2.0
BREAKING: Migrate to sound null safety.
CHORE:
- Changed description.
- Added pub.dev badge to README.
v0.1.0
First release.