Skip to content

Commit a8f82f8

Browse files
committed
remove unneeded UNUserNotificationCenter requestAuthorizationWithOptions
1 parent ddc145d commit a8f82f8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.5.2] - 15th Mart 2024
2+
3+
* Removed unnecessary requestAuthorizationWithOptions for iOS, this plugin doesn't need it to show badges. This should be used only for remote push notification.
4+
15
## [1.5.1] - 2nd January 2024
26

37
* Fixed an issue with missing Gradle namespace and other related issues.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version: 1.5.2
44
homepage: https://github.com/g123k/flutter_app_badger
55

66
environment:
7-
sdk: ">=3.3.0 <4.0.0"
8-
flutter: ">=3.19.1 <4.0.0"
7+
sdk: '>=2.19.6 <4.0.0'
8+
flutter: '>=3.7.12'
99

1010
dependencies:
1111
flutter:

0 commit comments

Comments
 (0)