fluttercommunity / flutter_webview_plugin

Community WebView Plugin - Allows Flutter to communicate with a native WebView.
https://pub.dev/packages/flutter_webview_plugin
Other
1.48k stars 932 forks source link

Crash app when build macOs #807

Closed linhmanh92 closed 4 years ago

linhmanh92 commented 4 years ago

When I build on macOS, it crashes by plugin with this error. Unhandled Exception: MissingPluginException(No implementation found for method close on channel flutter_webview_plugin)

Screen Shot 2020-08-20 at 10 35 45

System info

Issue occurs on: macOS Plugin version: 0.3.11 Flutter doctor output:

[✓] Flutter (Channel master, 1.21.0-10.0.pre.161, on Mac OS X 10.15.6 19G2021, locale en-VN)

[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
[✓] Xcode - develop for iOS and macOS (Xcode 11.6)
[✓] Chrome - develop for the web
[✓] Android Studio (version 4.0)
[✓] VS Code (version 1.48.0)
[✓] Connected device (3 available)

• No issues found!