-
Notifications
You must be signed in to change notification settings - Fork 934
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(No implementation found for method close on channel flutter_webview_plugin) #33
Comments
It's like you did get the updated dart code but not the iOS/Android one. |
Did you solve in some way? I'm having the same error |
I was having the same problem but it went away on its own, probably something wasn't clean. Restarted my Mac on Monday morning, rebuild and reloaded everything and my Help route via WebView is working fine on both platforms. |
|
Yes, that's what I meant by "rebuilt and reloaded everything", |
@lejard-h and others devs... ERROR: 0 MethodChannel.invokeMethod (package: flutter / src / services / platform_channel.dart: 278: 7) 1 FlutterWebviewPlugin.launch (package: blablabla / webview / base.dart: 103: 20) 2 _WebviewScaffoldState.build (package:blablabla/ webview_scaffold.dart: 62:24) |
If you use the AS, please check the file - > project structure - > modules - > dependences, maybe could solve the problem |
Hey I am having the same problem. Did you find a solution ? |
i have same issue,did you fix ? |
No i did not fix the issue ! |
it work fine in single flutter project but not in a exiting project add into flutter if cant fix ,what should we do? give up flutter in this function,use native develop it? |
hey my friend ,i am so exited to share you my way to fix it, yes, i fixed it, maybe it is a bug
i create a activity class ShopActivity : FlutterFragmentActivity() i think flutter-webview-plugin maybe not register successfully
} then success, that maybe a flutter bug in a exiting project add into flutter |
I just fixed the issue on my side right now. I stop first the app then; flutter clean in my pubspec i have this, 'flutter_webview_plugin:' and my flutter version is 1.17.5 |
I am also having same issue. Stuck from last 2 days. None of above solution worked for me. |
I am trying to have WebView in Flutter using WebviewScaffold widget.
I have installed flutter_webview_plugin: "^0.1.0+1"
but I am getting ERROR:
MissingPluginException(No implementation found for method close on channel flutter_webview_plugin)
.
.
.
MissingPluginException(No implementation found for method launch on channel flutter_webview_plugin)
.
.
.
Below is how my page looks like:
The text was updated successfully, but these errors were encountered: