fluttercommunity / flutter_webview_plugin

Community WebView Plugin - Allows Flutter to communicate with a native WebView.
https://pub.dev/packages/flutter_webview_plugin
Other
1.48k stars 929 forks source link

uses a deprecated version of the Android embedding #944

Open AhmedKhattab95 opened 2 years ago

AhmedKhattab95 commented 2 years ago

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

Bhat015 commented 2 years ago

Any update on this issue?

hawkiq commented 2 years ago

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

fabios9702 commented 1 year ago

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

hawkiq commented 1 year ago

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
alex27riva commented 1 year ago

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
misbell commented 1 year ago

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

hawkiq commented 8 months ago

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