File tree 2 files changed +5
-1
lines changed
flutter_local_notifications 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 18.0.0-dev.3]
2
+
3
+ * Included changes from 17.2.4 release that was done to add in a privacy manifest file to macOS implementation
4
+
1
5
## [ 18.0.0-dev.2]
2
6
3
7
* [ iOS] ** Breaking change** Removed ` onDidReceiveLocalNotification ` callback as this was only relevant on iOS versions older than 10
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: flutter_local_notifications
2
2
description : A cross platform plugin for displaying and scheduling local
3
3
notifications for Flutter applications with the ability to customise for each
4
4
platform.
5
- version : 18.0.0-dev.2
5
+ version : 18.0.0-dev.3
6
6
homepage : https://github.com/MaikuB/flutter_local_notifications/tree/master/flutter_local_notifications
7
7
issue_tracker : https://github.com/MaikuB/flutter_local_notifications/issues
8
8
You can’t perform that action at this time.
0 commit comments