hiennguyen92 / flutter_callkit_incoming

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

[feature requirement]can add a configuration that does not display full screen when the Android lock screen. #454

Closed yoer closed 8 months ago

hiennguyen92 commented 8 months ago

please using 2.0.0+2, Add props isShowFullLockedScreen on Android props

yoer commented 8 months ago

Thanks a lot!!

AhmadFalahian commented 7 months ago

i have same issue but i can't find isShowFullLockedScreen

sivavj commented 4 weeks ago

i have same issue but i can't find isShowFullLockedScreen

Future _requestNotificationPermissions() async { PermissionStatus status = await Permission.notification.status; if (!status.isGranted || status.isDenied || status.isPermanentlyDenied) { await FlutterCallkitIncoming.requestFullIntentPermission(); } }

// Use this method to request fullscreen intent on the lock screen.