Sub6Resources / flutter_html

A Flutter widget for rendering static html as Flutter widgets (Will render over 80 different html tags!)
https://pub.dev/packages/flutter_html
MIT License
1.79k stars 860 forks source link

feat: remove webview_flutter and add InAppWebview #1258

Closed Sembauke closed 1 year ago

Sembauke commented 1 year ago

At the moment webview_flutter is outdated in flutter_html, and not user friendly anymore. InAppWebview has many more available options and possibilities.

https://inappwebview.dev/

I have not added all the options yet. But consider adding this package. Please let me know what you think.

Sub6Resources commented 1 year ago

Hello, thanks for the PR. I see you closed this already, but I figure it was worth a comment. We'll be sticking with webview_flutter for the foreseeable future since it is maintained by the Flutter team and thus has guaranteed support and maintenance, at the cost of a few less features. With #1176, it won't be hard to add your own custom rendering Extension to use this package if you prefer, though!

Sembauke commented 1 year ago

Yes, no worries. I closed this right after I saw your amazing pr @Sub6Resources. Is there anything I can do to help?

Sub6Resources commented 1 year ago

Thanks @Sembauke! If you have any feedback or review of the PR, that would be great! It's a big one, so any feedback you have as a user of the package is great!