Gavin Henry
Gavin Henry
Thanks Lewis :-)
Could you quote me for the work to add this feature @MaikuB if it's possible? We sponsored the creation of https://github.com/cloudwebrtc/dart-sip-ua and I'd like action buttons for our app so...
We're also users of your appauth plugin @MaikuB so it would be good to contribute back to you for that great project. Thanks!
@MaikuB Understood, but based on what you've just written can 1) be abstracted and handled by this plugin on the native side like you are doing?
> @ghenry you could have the notification shown via Dart using a plugin/platform channel but have Java/kotlin code that processes the actions specifically for your application's purpose Probably the only...
Maybe we just need a wiki example of how to roll your own? There's some code here for Android: https://medium.com/@info_67212/firebase-push-notification-with-action-button-in-flutter-a841da348097 and how to get the intents: https://muetsch.io/how-to-receive-sharing-intents-in-flutter.html https://flutter.dev/docs/get-started/flutter-for/android-devs#how-do-i-handle-incoming-intents-from-external-applications-in-flutter The problem...
Here's an example on native Android side https://github.com/doneservices/flutter_callkeep/blob/01e683d16be6d6675cf678d85be683718382a96a/android/src/main/kotlin/co/doneservices/callkeep/CallKeep.kt#L399 https://github.com/doneservices/flutter_callkeep/wiki/Native-android-code-that-handles-incoming-calls
Read the code example I pasted then :-)
I was just Googling this too.
Looking forward to seeing this! (@suretec)