flutter_webview_plugin icon indicating copy to clipboard operation
flutter_webview_plugin copied to clipboard

The plugin `flutter_webview_plugin` uses a deprecated version of the Android embedding

Open arif2k17 opened this issue 4 years ago • 8 comments

The plugin flutter_webview_plugin uses a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it since a future release of Flutter will remove these deprecated APIs. If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration.

arif2k17 avatar Oct 06 '21 08:10 arif2k17

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

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

any update ? facing same problem in one of my old project!

iamthejahid avatar Nov 04 '21 03:11 iamthejahid

Any update on this?

rsree1210 avatar Nov 09 '21 04:11 rsree1210

i am getting also same warning.. The plugin flutter_webview_plugin uses a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it since a future release of Flutter will remove these deprecated APIs. If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration

Jagadeesh09-dev avatar Nov 17 '21 16:11 Jagadeesh09-dev

Duplicate of #921

snoopdoggy322 avatar Jan 17 '22 13:01 snoopdoggy322

how to fix?

mkbsugita avatar Mar 28 '23 11:03 mkbsugita