hiennguyen92 / flutter_callkit_incoming

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

Callbacks for Accept and Decline in lock state #517

Open sagar1garg opened 3 weeks ago

sagar1garg commented 3 weeks ago

@hiennguyen92 Thanks for the awesome library. One major problem is that it does not handle callbacks for accept and decline when the phone is locked. For accept we do have the checkAndNavigationCallingPage function but nothing for decline. This creates a problem in the real world.

Kindly take this into consideration. Thanks.