The plugin `flutter_webview_plugin` uses a deprecated version of the Android embedding.
dongorias opened this issue ยท 11 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.
+1 getting very tired of this message
+1 same here
+1 same here
+1 same here
Same as #921
+1
+1
@lyf571321556 @rizwan3d @TesteurManiak @MahmoudIbrahim3 @Slackgate @dongorias @dhcracchiolo
Can you please resolve this issue while this package is getting merged with the official one?
try this
dependencies:
flutter_webview_plugin:
git: https://github.com/nuc134r/flutter_webview_plugin.git
I just tried and it seems this fork is not null safe. Getting static analysis errors at
import 'package:flutter_webview_plugin/flutter_webview_plugin.dart';
info: The library 'package:flutter_webview_plugin/flutter_webview_plugin.dart' is legacy, and should not be imported into a null safe library.
try it :
flutter_webview_plugin:
git: https://github.com/snoopdoggy322/flutter_webview_plugin