peerwaya / flutter_call_kit

Flutter iOS CallKit framework - Currently iOS >= 10.0 only
BSD 2-Clause "Simplified" License
55 stars 47 forks source link

No implementation found for method startCall #2

Open stuartwk opened 4 years ago

stuartwk commented 4 years ago

When executing await _callKit.startCall(currentCallId, handle, localizedCallerName); I am getting the error MissingPluginException (MissingPluginException(No implementation found for method startCall on channel com.peerwaya/flutter_callkit_plugin)). The plugin is installed and in my Podfile I have it set to platform :ios, '10.0'. Anyone else run into this problem or have any idea how to resolve it? I have tried running flutter clean, as well as completely deleting the app from my phone and reinstalling it.

cuijinfeng68 commented 4 years ago

me too

stuartwk commented 4 years ago

@peerwaya any update on this? It seems like multiple users are having the same issue. Any idea on how to resolve it?

Nico04 commented 4 years ago

I have the same issue

VictorUvarov commented 4 years ago

I believe the version on pub is not the same as the GitHub version. Might just have to do this for now.

  flutter_call_kit:
    git: https://github.com/peerwaya/flutter_call_kit.git
BradyEdgar94 commented 4 years ago

I believe the version on pub is not the same as the GitHub version. Might just have to do this for now.

  flutter_call_kit:
    git: https://github.com/peerwaya/flutter_call_kit.git

Even when I use this solution I get the same error :(

VictorUvarov commented 4 years ago

maybe your flutter is using a cached version? Try deleting you cache folders:

rm -rf ~/.pub-cache

or

Try to being more specific with the package.

  flutter_call_kit:
    git: 
       url: https://github.com/peerwaya/flutter_call_kit.git
       ref: 80b7fae