daohoangson / flutter_widget_from_html

Flutter package to render html as widgets that supports hyperlink, image, audio, video, iframe and many other tags.
https://pub.dev/packages/flutter_widget_from_html
MIT License
635 stars 235 forks source link

Apply text style to html tag H1, H2, H3, ... #1274

Open chihuy105 opened 4 months ago

chihuy105 commented 4 months ago

Use case

Original to this problems. I want to apply the app text theme style to the html like in this topic: issues/187 But with the new version look like this was deprecated. Can you add a new example for the new version

Proposal

Something like this one.

image