Dionysios Koulouris

Results 7 comments of Dionysios Koulouris

Same issue here, cant compile without `dependency_overrides`

What is the status of this? I am a big fan of your package and I am waiting for this feature. Thanks

FlutterCallKitPlugin.reportNewIncomingCall(UUID().uuidString, handle: "number", handleType: "generic", hasVideo: false, localizedCallerName: "callerName", fromPushKit: true) dont forget to import flutter_call_kit

Same problem here for the last 2 months at least. Maybe something in beta channel?

same issue here. Any fix?

What did the trick for me was to use the `redirectDelegate` ovverride instead. For example: ``` @override Future redirectDelegate(GetNavConfig route) async { if (*** is not authenticated ***) { var...