flutter_webview_plugin icon indicating copy to clipboard operation
flutter_webview_plugin copied to clipboard

Android V2 Embedding

Open weneverknow opened this issue 4 years ago • 7 comments

hi sir!, i wanna use flutter_webview_plugin but this packages not upto date to android v2 embedding... im happy if u wanna update this :D thank you.

weneverknow avatar Oct 07 '21 22:10 weneverknow

Same issue with https://github.com/fluttercommunity/flutter_webview_plugin/issues/930

perhaps can merge these into one which is related to Android V2 embedding.

salleh avatar Oct 11 '21 02:10 salleh

I have the same issue.

MahmoudIbrahim3 avatar Oct 14 '21 11:10 MahmoudIbrahim3

try this

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

kapil708 avatar Oct 20 '21 11:10 kapil708

@kapil708 - can you please share the null safe and latest GIT repo fork?

dgurudot avatar Nov 04 '21 00:11 dgurudot

You can use my repo fork @dgurudot

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

it's been upgraded to Android v2 Embedding and null safe

kiratheone avatar Nov 30 '21 10:11 kiratheone

Duplicate of #Duplicate of #921

snoopdoggy322 avatar Jan 17 '22 13:01 snoopdoggy322

#921

but the urlchanged listener doesn't seem to be working after using your fork

petra-bios avatar Jan 28 '22 05:01 petra-bios