From 22287a503d57a92bd9f253f1b934346c7da1369a Mon Sep 17 00:00:00 2001 From: Jacques Date: Tue, 4 Jun 2024 17:08:03 +0200 Subject: [PATCH] fix: update animated widget package for updated bell icon with proper sizing and max amount of number --- CHANGELOG.md | 5 +++++ packages/flutter_notification_center/pubspec.yaml | 4 ++-- packages/flutter_notification_center_firebase/pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57099d2..b2d54bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [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 * Make notifications user bound and not app bound (https://github.com/Iconica-Development/flutter_notification_center/issues/8) diff --git a/packages/flutter_notification_center/pubspec.yaml b/packages/flutter_notification_center/pubspec.yaml index 9095e08..62832c9 100644 --- a/packages/flutter_notification_center/pubspec.yaml +++ b/packages/flutter_notification_center/pubspec.yaml @@ -2,7 +2,7 @@ name: flutter_notification_center description: "A Flutter package for displaying notifications in a notification center." publish_to: 'none' -version: 1.4.0 +version: 1.4.1 environment: sdk: '>=3.3.2 <4.0.0' @@ -15,7 +15,7 @@ dependencies: flutter_animated_widgets: git: url: https://github.com/Iconica-Development/flutter_animated_widgets - ref: 0.1.1 + ref: 0.2.0 dev_dependencies: flutter_test: diff --git a/packages/flutter_notification_center_firebase/pubspec.yaml b/packages/flutter_notification_center_firebase/pubspec.yaml index 98f0747..9071acb 100644 --- a/packages/flutter_notification_center_firebase/pubspec.yaml +++ b/packages/flutter_notification_center_firebase/pubspec.yaml @@ -2,7 +2,7 @@ name: flutter_notification_center_firebase description: "A new Flutter project." publish_to: "none" -version: 1.4.0 +version: 1.4.1 environment: sdk: ">=2.18.0 <3.0.0"