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.8k stars 875 forks source link

[FEATURE] - Support for Flutter Web #1087

Closed Rafael-Santos-EM closed 2 years ago

Rafael-Santos-EM commented 2 years ago

Describe your feature request I am working on an application that uses Flutter Html and is also available on web, but the package does not support it. Can you please provide support for the package on Flutter Web?

Sub6Resources commented 2 years ago

Flutter Web should already be fully supported by the most recent version (2.2.1), and pre-release version (3.0.0-alpha.5). Are you seeing an issue with using the package on Flutter Web?

Rafael-Santos-EM commented 2 years ago

It was actually an error in my web application code preventing the package expected behavior, and now it is working just as fine. Anyway, thank you.