fluttercommunity / flutter_webview_plugin

Community WebView Plugin - Allows Flutter to communicate with a native WebView.

Home Page:https://pub.dev/packages/flutter_webview_plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flutter_webview_plugin uses a deprecated version of the Android embedding.

vikayo-fincode opened this issue · comments

flutter_webview_plugin` uses a deprecated version of the Android embedding.
To avoid unexpected runtime failures or future build failures, try to see if these plugins support the Android V2 embedding. Otherwise, consider removing them since a future release of Flutter will remove these deprecated APIs.

I am using this plugin in my app and it is important. How can I migrate it to Android V2.

What I did earlier, I needed to downgrade flutter version to 2.2.3. Then Android V2 embedding problem will disappear. But of course it would be important to get the real fix to flutter_webview_plugin with the latest flutter version.

I remember reading earlier that there would be some hope that the official webview_flutter package would include the missing features from flutter_webview_plugin in future... Someone could contact the development team of webview_flutter. I do not need either if these packages right now but could need in the future...

Thank you Jukka for your response, I will downgrade to 2.2.3

any updates on this from the devs of this plugin?

You can use my repo -
#940 (comment)