flutter_widget_from_html icon indicating copy to clipboard operation
flutter_widget_from_html copied to clipboard

Verify inline widget scaling is working as expected

Open daohoangson opened this issue 2 years ago • 0 comments

Since https://github.com/flutter/flutter/pull/127308, the scaling logic for inline widget within a RichText has been changed. This may impact our rendering in unexpected way. Before that commit reaches stable, we should verify there is no regression.

Historically, this package avoids the double scaling issue by extracting textScaleFactor at the root and force a factor of 1.0 in all children RichTexts. Once Flutter fixes this, maybe we should revert the workaround?

daohoangson avatar May 28 '23 15:05 daohoangson