flutter_local_notifications_platform_interface 6.0.0-dev.2
flutter_local_notifications_platform_interface: ^6.0.0-dev.2 copied to clipboard
A common platform interface for the flutter_local_notifications plugin.
6.0.0-dev.2 #
- Added
NotificationActionDetailsclass andNotificationActionCallbacktypedef for dealing with notification actions
6.0.0-dev.1 #
- Breaking change the parameters of
ActiveNotification's constructor are now are named instead of positional - [Android]
groupKeyhas been added toActiveNotification. This was previously available in version9.1.0of theflutter_local_notificationsplugin but then removed as it should've been part of a major release instead of a minor one
5.0.0 #
- Breaking change the
SelectNotificationCallbacktypedef now maps to a function that returnsvoidinstead of aFuture<dynamic>. This change was done to better communicate the plugin doesn't actually await any asynchronous computation and is similar to how button pressed callbacks work for Flutter where they are typically useVoidCallback
4.0.1 #
- Moved the
SelectNotificationCallbacktypedef andvalidateIdmethod previously defined in the plugin to the platform interface. This is so they could be reused by platform implementations
4.0.0 #
- Updated Flutter SDK constraint
- Updated Dart SDK constraint
- Bumped mockito dependency
3.0.0 #
- Migrated to null safety
2.0.0+1 #
- Added more API docs
2.0.0 #
- BREAKING CHANGE renamed
RepeatIntervalenum values to use lower camel casing - Bump
plugin_platform_interfacedependency
1.0.1 #
- Add
pendingNotificationRequests()
1.0.0+1 #
- Fix link to repo in pubspec
- Update readme
1.0.0 #
- Initial release of platform interface