Merge pull request #23 from Iconica-Development/bugfix/notification_amount_number

This commit is contained in:
Gorter-dev 2024-06-04 17:14:47 +02:00 committed by GitHub
commit b57bc7ce46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 3 deletions

View file

@ -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)

View file

@ -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:

View file

@ -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"