You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: flutter_local_notifications/CHANGELOG.md
+2-9Lines changed: 2 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,4 @@
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
-
5
-
## [18.0.0-dev.2]
6
-
7
-
*[iOS]**Breaking change** Removed `onDidReceiveLocalNotification` callback as this was only relevant on iOS versions older than 10
8
-
9
-
## [18.0.0-dev.1]
1
+
## [18.0.0]
10
2
11
3
***Breaking changes** Bumped minimum Flutter SDK requirement to 3.13. Consequently the minimum OS requirements for each platform has been updated as well
12
4
*[Android] minimum Android version is now 4.4 (API level 19)
*[iOS]**Breaking change** Removed `onDidReceiveLocalNotification` callback as this was only relevant on iOS versions older than 10
20
13
* Fixed example app to have the appropriate permissions for foreground services
21
14
* Updated readme when it comes to setting up the `AndroidManifest.xml` file to include details of what's needed for foreground services. Note these details were already available in the API docs
0 commit comments