ZeroNetX / zeronet_mobile

ZeroNet Mobile is an Native Client for Mobile Devices running Android.
GNU General Public License v3.0
75 stars 12 forks source link

Build warning: The plugin `flutter_webview_plugin` uses a deprecated version of the Android embedding. #16

Closed marek22k closed 2 years ago

marek22k commented 2 years ago

I get a warning when I get packages:

$ flutter packages get
Running "flutter pub get" in zeronet_mobile...                     11.4s
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.
canewsin commented 2 years ago

With Latest beta, we are using proper supported webview package. Thanks for reporting.