flutter_call_kit
flutter_call_kit copied to clipboard
No implementation found for method startCall
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.
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
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? 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