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
[flutter_local_notifications] added supported for banner and list presentation options for iOS and macOS (#2016)
* added supported for banner and list presentation options on iOS
* support banner and list presentation options on macos along with configuring defaults
* Swift Format
* restore support of default presentation options on ios and keep in user defaults
* Clang Format
* removed print statements from macOS plugin code
* updated API docs, changelog and pubspec for release
---------
Co-authored-by: runner <[email protected]>
Co-authored-by: runner <[email protected]>
Copy file name to clipboardExpand all lines: flutter_local_notifications/CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
-
# [vNext]
1
+
# [15.0.0-dev.1]
2
2
3
3
***Breaking change** removed deprecated `schedule`, `showDailyAtTime` and `showWeeklyAtDayAndTime` methods. Notifications that were scheduled prior to this release should still work
4
4
***Breaking change** removed `Time` class
5
5
*[Android] updated tags used when writing error logs. For corrupt scheduled notifications and error is logged the tag is now `ScheduledNotifReceiver` instead of `ScheduledNotifReceiver`. When logging that exact alarm permissions have been revoked the the tag is now `FLTLocalNotifPlugin` instead of `notification`
6
+
***Breaking change**[iOS][macOS] added supported for banner and list presentation options for iOS and macOS that is applicable for iOS 14.0 or newer and macOS 11 or newer. This is a breaking change as the values default to true and the alert presentation option is no longer applicable on these OS versions as Apple has deprecated it to be replaced by the banner and list presentations. Please ensure that if you target these OS versions that you configure the options appropriately for your application.
7
+
* Updated API documentation related to the iOS/macOS notification presentation options to include links to Apple's documentations to show what they correspond to
0 commit comments