mirror of
https://github.com/Iconica-Development/flutter_notification_center.git
synced 2025-05-19 09:03:45 +02:00
fix: update animated widget package for updated bell icon with proper sizing and max amount of number
This commit is contained in:
parent
03d43052ef
commit
22287a503d
3 changed files with 8 additions and 3 deletions
|
@ -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
|
## [1.4.0] - 29 May 2024
|
||||||
|
|
||||||
* Make notifications user bound and not app bound (https://github.com/Iconica-Development/flutter_notification_center/issues/8)
|
* Make notifications user bound and not app bound (https://github.com/Iconica-Development/flutter_notification_center/issues/8)
|
||||||
|
|
|
@ -2,7 +2,7 @@ name: flutter_notification_center
|
||||||
description: "A Flutter package for displaying notifications in a notification center."
|
description: "A Flutter package for displaying notifications in a notification center."
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
|
|
||||||
version: 1.4.0
|
version: 1.4.1
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=3.3.2 <4.0.0'
|
sdk: '>=3.3.2 <4.0.0'
|
||||||
|
@ -15,7 +15,7 @@ dependencies:
|
||||||
flutter_animated_widgets:
|
flutter_animated_widgets:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/Iconica-Development/flutter_animated_widgets
|
url: https://github.com/Iconica-Development/flutter_animated_widgets
|
||||||
ref: 0.1.1
|
ref: 0.2.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|
|
@ -2,7 +2,7 @@ name: flutter_notification_center_firebase
|
||||||
description: "A new Flutter project."
|
description: "A new Flutter project."
|
||||||
publish_to: "none"
|
publish_to: "none"
|
||||||
|
|
||||||
version: 1.4.0
|
version: 1.4.1
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <3.0.0"
|
sdk: ">=2.18.0 <3.0.0"
|
||||||
|
|
Loading…
Reference in a new issue