Abdelrahman Mohamed
Abdelrahman Mohamed
I am facing this too, testing the flutter build (which have the unity build) on a physical phone in Android, sometimes touch doesn't work and I get these messages `I/ViewRootImpl@adfd102[MainActivity](23678):...
I am facing this issue too, any update on this? Also using the same package version
Hi guys, I found this solution which worked for me. You need to change the package reference in pubspec.yaml to the new repo link. https://github.com/hiennguyen92/flutter_callkit_incoming/issues/132#issuecomment-1144783258
You have to call the showCallkitIncoming method in FirebaseMessaging.onBackgroundMessage. This is will insure it executes your logic when the notification comes. I also have a bunch of android permissions in...
Any idea how to use this within the flutter app?