hiennguyen92 / flutter_callkit_incoming

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

Callbacks for Accept and Decline in lock state #517

Open sagar1garg opened 7 months ago

sagar1garg commented 7 months 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.