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

iOS 11.4 simulator crash #129

Open
jaumard opened this issue Jul 19, 2018 · 3 comments
Open

iOS 11.4 simulator crash #129

jaumard opened this issue Jul 19, 2018 · 3 comments

Comments

@jaumard
Copy link

jaumard commented Jul 19, 2018

Just want to try this plugin but have:

MissingPluginException(No implementation found for method close on channel flutter_webview_plugin)
#0      MethodChannel.invokeMethod (package:flutter/src/services/platform_channel.dart:278:7)
<asynchronous suspension>
#1      FlutterWebviewPlugin.close (package:flutter_webview_plugin/src/base.dart:121:30)
#2      _WebviewScaffoldState.initState (package:flutter_webview_plugin/src/webview_scaffold.dart:51:22)
#3      StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3751:58)
#4      ComponentElement.mount (package:flutter/src/widgets/framework.dart:3617:5)
#5      Element.inflateWidget (package:flutter/src/widgets/framework.dart:2907:14)
#6      Element.updateChild (package:flutter/src/widgets/framework.dart:2710:12)
#7      ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3653:16)
#8      Element.rebuild (package:flutter/src/widgets/framework.dart:3495:5)
#9      ComponentElement._firstBuild (package:<…>
[VERBOSE-2:dart_error.cc(16)] Unhandled exception:
MissingPluginException(No implementation found for method launch on channel flutter_webview_plugin)
#0      MethodChannel.invokeMethod (package:flutter/src/services/platform_channel.dart:278:7)
<asynchronous suspension>
#1      FlutterWebviewPlugin.launch (package:flutter_webview_plugin/src/base.dart:110:20)
<asynchronous suspension>
#2      _WebviewScaffoldState.build (package:flutter_webview_plugin/src/webview_scaffold.dart:64:24)
#3      StatefulElement.build (package:flutter/src/widgets/framework.dart:3730:27)
#4      ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3642:15)
#5      Element.rebuild (package:flutter/src/widgets/framework.dart:3495:5)
#6      ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3622:5)
#7      StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3769:11)
#8      ComponentElement.mount (package:flutter/src/widgets/framework.dart:3617:5)
#9      Elemen<…>

Works on my Android device.

@lejard-h
Copy link
Collaborator

lejard-h commented Aug 1, 2018

Hi, try a flutter packages upgrade if it still don't work can you post your flutter doctor result ?

@manondidi
Copy link

same problem,did you fix it?

@slightfoot
Copy link
Member

You need to run flutter clean and then build its because the Pod for the plugin has not been included as part of the build process. Running this https://gist.github.com/jeroen-meijer/bc62dcc74e10e745be7b5790cf74edf0 should resolve it.

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

4 participants