Michael Bui
Michael Bui
The plugin should provide the ability to specify custom notification actions. However, this will depends on the Flutter engine being able to support headless-Dart code as per https://github.com/flutter/flutter/issues/6192 and https://github.com/flutter/flutter/issues/3671...
This PR is used for 10.0.0 release
This plugin currently provides different ways to manage notification channels, which is a concept specific to Android 8+ 1. include the details as part of every notification request on Android....
### What information is missing? There is documentation on doing background processing at https://docs.flutter.dev/development/packages-and-plugins/background-processes. It looks out of date as there have been changes that I've not seen communicated more...
This fixes an issue on how the API docs for the stub implementation were shown as the docs are generated on a platform that doesn't support FFI. This is resolved...