Skip to content
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

Error MissingPluginException #19

Closed
berryde opened this issue Dec 16, 2020 · 0 comments
Closed

Error MissingPluginException #19

berryde opened this issue Dec 16, 2020 · 0 comments

Comments

@berryde
Copy link

berryde commented Dec 16, 2020

MissingPluginException is thrown when calling KommunicateFlutterPlugin.buildConversation in Flutter 1.22.5.

Exception has occurred.
MissingPluginException (MissingPluginException(No implementation found for method buildConversation on channel kommunicate_flutter))

I was able to fix this by changing static const MethodChannel _channel = const MethodChannel('kommunicate_flutter'); to static const MethodChannel _channel = const MethodChannel('kommunicate_flutter_plugin'); in kommunicate_flutter.dart.
I suspect this has to do with the transition from 'kommunicate_flutter_plugin' (1.1.0) to 'kommunicate_flutter' (1.1.1)

@berryde berryde closed this as completed Dec 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant