-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[flutter_local_notifications] removed all code related to UILocalNoti…
…fication APIs (#2434) * removed UILocalNotification implementation of pendingNotificationRequests * Clang Format * cleaned up implementation of getActiveNotifications * Clang Format * remove redundant/old method from iOS interface * updated code on handling configuration of notification categories * Clang Format * removed code on building UILocalNotification * Clang Format * cleaned up implementation of cancel * Clang Format * cleaned up cancelAll * Clang Format * cleaned up checkPermissions * Clang Format * removed code and docs on handling didReceiveLocalNotification * replaced NS_AVAILABLE_IOS(10.0) with API_AVAILABLE(ios(10.0)) * updated pubspec and changelog for 18.0.0-dev.2 release * Clang Format * removed handling of didFinishLaunchingWithOptions * cleaned up duplicate completionHandler() call * Clang Format --------- Co-authored-by: Anka <[email protected]> Co-authored-by: Anka <[email protected]> Co-authored-by: Anka <[email protected]> Co-authored-by: Anka <[email protected]> Co-authored-by: Anka <[email protected]> Co-authored-by: Anka <[email protected]> Co-authored-by: Anka <[email protected]> Co-authored-by: Anka <[email protected]> Co-authored-by: Anka <[email protected]>
- Loading branch information
1 parent
a3d3323
commit 8b8669e
Showing
8 changed files
with
165 additions
and
666 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.