mirror of
https://github.com/Iconica-Development/flutter_notification_center.git
synced 2025-05-18 16:43:44 +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
|
||||
|
||||
* 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."
|
||||
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:
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue