flutter_notification_center/CHANGELOG.md
dependabot[bot] 5e3e22d870 chore(deps): bump intl in /packages/flutter_notification_center
Bumps [intl](https://github.com/dart-lang/i18n/tree/main/pkgs) from 0.19.0 to 0.20.1.
- [Release notes](https://github.com/dart-lang/i18n/releases)
- [Commits](https://github.com/dart-lang/i18n/commits/intl-v0.20.1/pkgs)

---
updated-dependencies:
- dependency-name: intl
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-13 19:21:05 +01:00

1.6 KiB

[5.1.0] - 13 February 2025

  • Update intl to 0.20.1

[5.0.0] - 24 September 2024

  • Refactor package with the new component structure

[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

[1.4.0] - 29 May 2024

[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

  • Fix issue with pubspec in flutter_notification_center_firebase

[1.2.0] - 17 April 2024

  • Add functionality to pin notifications by swiping

[1.1.0] - 15 April 2024

  • Add option for snackbar and dialog popups

[1.0.0] - 14 April 2024

  • Initial Release