-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No implementation found for method startCall #2
Comments
me too |
@peerwaya any update on this? It seems like multiple users are having the same issue. Any idea on how to resolve it? |
I have the same issue |
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 :( |
maybe your flutter is using a cached version? 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 |
When executing
await _callKit.startCall(currentCallId, handle, localizedCallerName);
I am getting the errorMissingPluginException (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 toplatform :ios, '10.0'
. Anyone else run into this problem or have any idea how to resolve it? I have tried runningflutter clean
, as well as completely deleting the app from my phone and reinstalling it.The text was updated successfully, but these errors were encountered: