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 dongorias opened this issue 3 years ago • 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.

dongorias avatar Sep 17 '21 14:09 dongorias

+1 getting very tired of this message

dhcracchiolo avatar Sep 18 '21 08:09 dhcracchiolo

+1 same here

Slackgate avatar Sep 22 '21 04:09 Slackgate

+1 same here

lbjlsy avatar Sep 22 '21 10:09 lbjlsy

+1 same here

rizwan3d avatar Sep 23 '21 05:09 rizwan3d

Same as https://github.com/fluttercommunity/flutter_webview_plugin/issues/921

TesteurManiak avatar Sep 23 '21 14:09 TesteurManiak

+1

lyf571321556 avatar Sep 25 '21 14:09 lyf571321556

+1

MahmoudIbrahim3 avatar Oct 14 '21 11:10 MahmoudIbrahim3

@lyf571321556 @rizwan3d @TesteurManiak @MahmoudIbrahim3 @Slackgate @dongorias @dhcracchiolo

Can you please resolve this issue while this package is getting merged with the official one?

dgurudot avatar Oct 16 '21 21:10 dgurudot

try this

dependencies:
  flutter_webview_plugin:
    git: https://github.com/nuc134r/flutter_webview_plugin.git

kapil708 avatar Oct 20 '21 11:10 kapil708

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.

dgurudot avatar Oct 20 '21 12:10 dgurudot

try it :

  flutter_webview_plugin:
    git: https://github.com/snoopdoggy322/flutter_webview_plugin
  

snoopdoggy322 avatar Jan 11 '22 07:01 snoopdoggy322