-
Notifications
You must be signed in to change notification settings - Fork 936
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
MissingPluginException but i can see flutter_webview_plugin module in my project #244
Comments
android |
add flutter into a exiting android project |
MissingPluginException(No implementation found for method close on channel flutter_webview_plugin) |
i can give you my source code if you leave email |
that looks strange, what is your plugin version? try to run |
add flutter into a exiting android project flutter_webview_plugin: ^0.3.0+2 did you try use flutter_webview_plugin in a exiting program add into flutter? |
it work fine in a flutter project but not in a exiting project add into flutter |
还不只是这个原因
i fixed this problem,but ... i fixed it by app.gradle
why it happend? can you fix it without FlutterWebviewPlugin.registerWith??? because i dont use flutterview or flutterfragment? thanks |
Dart Error: Unhandled exception:
MissingPluginException(No implementation found for method launch on channel flutter_webview_plugin)
The text was updated successfully, but these errors were encountered: