flutter_notification_center/CHANGELOG.md

55 lines
1.6 KiB
Markdown
Raw Permalink Normal View History

## [5.1.0] - 13 February 2025
* Update intl to 0.20.1
2024-09-24 13:50:11 +02:00
## [5.0.0] - 24 September 2024
* Refactor package with the new component structure
2024-08-14 16:08:03 +02:00
## [4.0.0] - 14 August 2024
* Fix overflow issue with long text in notification
* Fix new notification only sending to the person that triggered the notification
* Added `onNotificationTap` to a notification
## [2.0.0] - 6 June 2024
* Rework design for notification center
* Added iconica linter
## [1.4.1] - 4 June 2024
* Fix notification amount number to properly size and show plus icon when above certain amount
2024-05-29 11:58:32 +02:00
## [1.4.0] - 29 May 2024
* Make notifications user bound and not app bound (https://github.com/Iconica-Development/flutter_notification_center/issues/8)
* Fix indicator amount of bell icon (https://github.com/Iconica-Development/flutter_notification_center/issues/10)
* Add unpin functionality (https://github.com/Iconica-Development/flutter_notification_center/issues/15)
* Change color of bin icon (https://github.com/Iconica-Development/flutter_notification_center/issues/19)
* Fix multiple dialog and snackbars stacking on top
* Fix notification center updating when new notifications come in and the screen is open
* Fix sorting of all notifications
* Fix pinned notifications should remain on top
2024-04-29 14:06:04 +02:00
## [1.3.1] - 30 April 2024
* Fix Animationcontroller not disposing correctly.
* Updated flutter_animated_widgets to 0.1.1
## [1.3.0] - 23 April 2024
2024-04-23 15:11:05 +02:00
* Fix issue with pubspec in flutter_notification_center_firebase
## [1.2.0] - 17 April 2024
* Add functionality to pin notifications by swiping
2024-04-15 14:28:05 +02:00
## [1.1.0] - 15 April 2024
* Add option for snackbar and dialog popups
2024-04-15 14:28:05 +02:00
2024-04-11 14:55:13 +02:00
## [1.0.0] - 14 April 2024
* Initial Release