Open arif2k17 opened 3 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.
try this
dependencies:
flutter_webview_plugin:
git: https://github.com/nuc134r/flutter_webview_plugin.git
@kapil708 - can you please share the null safe and latest GIT repo fork?
any update ? facing same problem in one of my old project!
Any update on this?
i am getting also same warning..
The plugin
flutter_webview_pluginuses 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
Duplicate of #921
how to fix?
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.