Skip to content

Commit 81d08b4

Browse files
committed
prepare for 9.1.0 platform interface release
1 parent b8468f5 commit 81d08b4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

flutter_local_notifications_platform_interface/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [9.1.0]
2+
3+
* 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
## [9.0.0]
26

37
* **Breaking change** bumped minimum Flutter SDK requirement to 3.22.0 and Dart SDK requirement to 3.4.0

flutter_local_notifications_platform_interface/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_local_notifications_platform_interface
22
description: A common platform interface for the flutter_local_notifications plugin.
3-
version: 9.0.0
3+
version: 9.1.0
44
homepage: https://github.com/MaikuB/flutter_local_notifications/tree/master/flutter_local_notifications_platform_interface
55
issue_tracker: https://github.com/MaikuB/flutter_local_notifications/issues
66

0 commit comments

Comments
 (0)