flutter_webview_plugin icon indicating copy to clipboard operation
flutter_webview_plugin copied to clipboard

uses a deprecated version of the Android embedding

Open AhmedKhattab95 opened this issue 3 years ago • 7 comments
trafficstars

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. image

AhmedKhattab95 avatar Feb 24 '22 14:02 AhmedKhattab95

Any update on this issue?

Bhat015 avatar Mar 10 '22 06:03 Bhat015

Any updates ? still facing same problem , started to search for alternative package.

hawkiq avatar Jun 04 '22 07:06 hawkiq

news on this? @hawkiq have you found other similar packages?

fabios9702 avatar Aug 10 '22 09:08 fabios9702

news on this? @hawkiq have you found other similar packages?

I did a workaround saw in some issues Used another repo for this plug

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

hawkiq avatar Aug 10 '22 10:08 hawkiq

news on this? @hawkiq have you found other similar packages?

I did a workaround saw in some issues Used another repo for this plug

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

Not working.

Error: Cannot run with sound null safety, because the following dependencies
don't support null safety:

 - package:flutter_webview_plugin

alex27riva avatar Oct 09 '22 09:10 alex27riva

it's been over a year, jeez. I guess this code is abandoned.

misbell avatar May 07 '23 18:05 misbell

it's been over a year, jeez. I guess this code is abandoned.

I used this forked git flutter_webview_plugin: git: https://github.com/Antwen97/flutter_webview_plugin_V2

hawkiq avatar Oct 15 '23 10:10 hawkiq