Skip to content

Commit

Permalink
Merge pull request #23 from Iconica-Development/bugfix/notification_a…
Browse files Browse the repository at this point in the history
…mount_number
  • Loading branch information
Gorter-dev authored Jun 4, 2024
2 parents 03d4305 + 22287a5 commit b57bc7c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_notification_center/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_notification_center_firebase/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b57bc7c

Please sign in to comment.