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] Change plugin to use platform interface (#444)
* progress on using platform interface
* move more code to use platform interface
* connect onSelectNotification callback
* shuffle more types, periodicallyShow and showDailyAtTime
* reference new version of platform interface, move more methods to platform specific implementations of plugin
* fix periodcallyShow to pass platform specifics
* hide method channel implmentation of plugin, update tests
* remove unused imports
* add more API docs
* reorganise methods, update changelog and pubspec for new release
* update changelog to mention change on how iOS launch notifications are processed
* remove notification channel methods from Android implementation
Copy file name to clipboardExpand all lines: flutter_local_notifications/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
# [1.1.0]
2
+
* Updated plugin to make use of `flutter_local_notifications_platform_interface` version 1.0.1. This allows for platform-specific
3
+
implementations of the platform interface to now be accessible.
4
+
***BREAKING CHANGE** Plugin callbacks are no longer publicly accessible
5
+
***BREAKING CHANGE**[iOS] Local notifications that launched the app should now only be processed by the plugin if they were created by the plugin.
6
+
1
7
# [1.0.0]
2
8
***BREAKING CHANGE**[iOS] Added checks to ensure callbacks are only invoked for notifications originating from the plugin to improve compatibility with other notification plugins.
0 commit comments