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

Maintenance #824

Open andzejsw opened 3 years ago

andzejsw commented 3 years ago

Is someone still maintaining project? There is 36 active pull requests in which ones are fixed many issues. But last package upgrade has been only before 6 months.

shinriyo commented 3 years ago

@fluttercommunity Hey! Or, assign contribuer.

shinriyo commented 3 years ago

@ypelud @brianegan

renefloor commented 3 years ago

This says the readme:

We are working closely with the Flutter Team to integrate all the Community Plugin features in the Official WebView Plugin. We will try our best to resolve PRs and Bugfixes, but our priority right now is to merge our two code-bases. Once the merge is complete we will deprecate the Community Plugin in favor of the Official one. Thank you for all your support, hopefully you'll also show it for Official Plugin too. Keep Fluttering!

I'm not the maintainer of this package, so I don't know how far the merge is, but I guess it is recommended to switch to https://pub.dev/packages/webview_flutter if you encounter issues that aren't being solved.

andzejsw commented 3 years ago

This says the readme:

We are working closely with the Flutter Team to integrate all the Community Plugin features in the Official WebView Plugin. We will try our best to resolve PRs and Bugfixes, but our priority right now is to merge our two code-bases. Once the merge is complete we will deprecate the Community Plugin in favor of the Official one. Thank you for all your support, hopefully you'll also show it for Official Plugin too. Keep Fluttering!

I'm not the maintainer of this package, so I don't know how far the merge is, but I guess it is recommended to switch to https://pub.dev/packages/webview_flutter if you encounter issues that aren't being solved.

In my case I need to know webview inner content height. This plugin allows me to do that, while official one does not. But yeah, I have myself already submitted pull request for official plugin with required logic. After it will be merged, I will migrate away from this plugin. But till then I can't do that. And I am not the only one. Therefore I think there should be at least 1 person, who from time to time takes a look, what other developers have done for this plugin.

charafau commented 3 years ago

@andzejsw sorry I didn't have time to look after the plugin, since official webview became stable, give me few days I will consult what we should do with this one.