hiennguyen92 / flutter_callkit_incoming

Flutter Callkit Incoming
https://pub.dev/packages/flutter_callkit_incoming
MIT License
165 stars 264 forks source link

Is it possible to prepare flutter screen in background while showing callkit when incoming call status? #414

Open minn-ee opened 7 months ago

minn-ee commented 7 months ago

Hi,

I'm using FCM to display calls. When my app is terminated, I want to show a CallKit notification as usual. However, my app takes a while to start up( ex. initiate + login + register),

so I'd like to prepare the screen in the background before the call is accepted.

Is it possible to do the following?

  1. Receive FCM push
  2. Start Flutter app in the background while showing CallKit notification
  3. Bring app to the foreground if the call is accepted

Thanks!

mobopiecode commented 7 months ago

any update

zionnite commented 6 months ago

did you found any solution?