Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

No implementation found for method startCall #2

Open
stuartwk opened this issue Dec 31, 2019 · 6 comments
Open

No implementation found for method startCall #2

stuartwk opened this issue Dec 31, 2019 · 6 comments

Comments

@stuartwk
Copy link

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
Copy link

me too

@stuartwk
Copy link
Author

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

@Nico04
Copy link

Nico04 commented Jan 15, 2020

I have the same issue

@VictorUvarov
Copy link
Contributor

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
Copy link

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
Copy link
Contributor

VictorUvarov commented Jul 23, 2020

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

peerwaya pushed a commit that referenced this issue Feb 6, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants