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 929 forks source link

Android V2 Embedding #933

Open weneverknow opened 2 years ago

weneverknow commented 2 years ago

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.

salleh commented 2 years ago

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.

MahmoudIbrahim3 commented 2 years ago

I have the same issue.

kapil708 commented 2 years ago

try this

dependencies:
  flutter_webview_plugin:
    git: https://github.com/nuc134r/flutter_webview_plugin.git
dgurudot commented 2 years ago

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

kiratheone commented 2 years ago

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

snoopdoggy322 commented 2 years ago

Duplicate of #Duplicate of #921

petra-bios commented 2 years ago

921

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