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 874 forks source link

Corrected accessibility text scaling #1259

Closed arjanmels closed 1 year ago

arjanmels commented 1 year ago

Switched to Text.rich form RichText to have textscalefactor applied. However textscalefactor is applied on each Text.rich recursively, so only apply it to toplevel.

arjanmels commented 1 year ago

Sorry for messing up the formatting, should be ok now.