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.75k stars 805 forks source link

Fixed shrinkWrap property on table extension #1416

Open InstantlyMoist opened 1 month ago

InstantlyMoist commented 1 month ago

This simply fixes most of the issues regarding table layout.

EArminjon commented 3 weeks ago

Performance can be impacted. Maybe if Html.shrinkWrap is true, the value can be used instead of hard coded one.