doneservices / flutter_callkeep

iOS CallKit and Android ConnectionService bindings for Flutter
57 stars 39 forks source link

Unhandled Exception: MissingPluginException(No implementation found for method setup on channel co.doneservices/callkeep) #23

Closed Barry0501 closed 4 years ago

Barry0501 commented 4 years ago

Hi everyone, I cannot run my project after adding this pub to my pubspec.yaml. It seems like throw an error when call function CallKeep.setup(). Please anyone can give me an answer how can I fix this error :((

MrAlek commented 4 years ago

Hi! That is strange. On what platform is this?

Barry0501 commented 4 years ago

I run on IOS device. My current version Flutter is 1.20.3(stable branch), I use flutter_callkeep: 0.1.8 version

MrAlek commented 4 years ago

Right now, flutter_callkeep only has functionality for Android. We put this package out as an internal project at first so haven't caught up to making everything really nice yet, sorry. I'll see if I can migrate over our internal iOS implementation to this library during the weekend.

Barry0501 commented 4 years ago

Thank you, hope to see good news from you soon!!!