flutter_webview_plugin icon indicating copy to clipboard operation
flutter_webview_plugin copied to clipboard

Unhandled Exception: MissingPluginException(No implementation found for method close on channel flutter_webview_plugin)

Open vijaydhakal opened this issue 5 years ago • 12 comments

I have installed flutter_webview_plugin: ^0.3.11 in flutter application.And it is showing above error.

vijaydhakal avatar Apr 28 '20 11:04 vijaydhakal

I have same issue. And I tried flutter clean and flutter run but the error is not resolved. Is there any solution?

flutter_webview_plugin 0.3.11
Flutter 1.12.13+hotfix.9

kato1628 avatar Apr 30 '20 06:04 kato1628

I also confirm that this issue is related to android only.

praisegeek avatar May 01 '20 12:05 praisegeek

I had the same issue on flutter_webview_plugin 0.3.11 after update to Flutter 1.12.13+hotfix.9 from probably hotfix.5 or hotfix.7 and migrate to new Embedding/Plugin API using this guide. Not sure the exact version it worked before because I wasn't using Flutter since around Jan 2020. Basically I think I did what Flutter 1.12 flutter create does by default.

Seems like new plugin APIs broke this library and I messily added support for new APIs in a fork using the same guide. Might try to tidy it up and PR later but for now it solved this exact issue for me. You can try using it directly from git in pubspec.yaml:

dependencies:
  flutter_webview_plugin:
    git: https://github.com/nuc134r/flutter_webview_plugin.git

nuc134r avatar May 04 '20 18:05 nuc134r

Thanks I tried that workaround but still get the same error Error: MissingPluginException(No implementation found for method close on channel flutter_webview_plugin). Any ideas anyone please?

mark-zs avatar Jun 02 '20 12:06 mark-zs

@mark-zs did you solve this error ?

ManojDvs avatar Nov 04 '20 11:11 ManojDvs

I also confirm that this issue is related to android only.

any luck ?

ManojDvs avatar Nov 04 '20 11:11 ManojDvs

Sorry I implemented a workaround long ago with another plugin and never got back to test this.

On Wed, Nov 4, 2020 at 1:52 PM Manoj Dvs [email protected] wrote:

I also confirm that this issue is related to android only.

any luck ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/fluttercommunity/flutter_webview_plugin/issues/729#issuecomment-721687547, or unsubscribe https://github.com/notifications/unsubscribe-auth/AO5ED65UME2T6HDKLKHWFUDSOE57PANCNFSM4MSXIFJA .

mark-zs avatar Nov 04 '20 12:11 mark-zs

I solved it by adding flutter_webview_plugin: ^0.3.11 in my pubspec.yaml

shriyatechultranew avatar Dec 29 '20 11:12 shriyatechultranew

I also confirm that this issue is related to android only.

yep,android only, iOS works fine

zhangjk4859 avatar Mar 16 '21 03:03 zhangjk4859

I also confirm that this issue is related to android only.

any luck ?

how about now dude,any luck?[cry to tears]

zhangjk4859 avatar Mar 16 '21 03:03 zhangjk4859

Same problem here , plugin doesnt seem to be automatically/properly registered when we migrate to android embedding api V2 !!!

mohamoha6200 avatar Mar 27 '21 20:03 mohamoha6200

Anyone with a solution? I have this problem

syg-eliseu avatar Oct 18 '24 04:10 syg-eliseu