flutter_widget_from_html
flutter_widget_from_html copied to clipboard
Verify inline widget scaling is working as expected
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?