Skip to content

Commit f47ae34

Browse files
authored
[flutter_local_notifications] prepare for 19.3.0 release (#2642)
1 parent 816a1dd commit f47ae34

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

flutter_local_notifications/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [19.3.0]
2+
3+
* [Android][iOS][macOS] added `cancelAllPendingNotifications()` method for cancelling all pending notifications that have been scheduled. Thanks to the PR from [Kwon Tae Hyung](https://github.com/TaeBbong)
4+
15
## [19.2.1]
26

37
* [macOS] removed redundant code that was only applicable on macOS versions lower than 10.14. This should be a non-functional change since 18.0.0 bumped the minimum Flutter SDK requirements that in turn required macOS 10.14 at a minimum. Thanks to the PR from [Blin Qipa](https://github.com/bqubique)

flutter_local_notifications/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flutter_local_notifications
22
description: A cross platform plugin for displaying and scheduling local
33
notifications for Flutter applications with the ability to customise for each
44
platform.
5-
version: 19.2.1
5+
version: 19.3.0
66
homepage: https://github.com/MaikuB/flutter_local_notifications/tree/master/flutter_local_notifications
77
issue_tracker: https://github.com/MaikuB/flutter_local_notifications/issues
88

@@ -12,7 +12,7 @@ dependencies:
1212
sdk: flutter
1313
flutter_local_notifications_linux: ^6.0.0
1414
flutter_local_notifications_windows: ^1.0.0
15-
flutter_local_notifications_platform_interface: ^9.0.0
15+
flutter_local_notifications_platform_interface: ^9.1.0
1616
timezone: ^0.10.0
1717

1818
dev_dependencies:

0 commit comments

Comments
 (0)