Flutter_html: Can i use with Row?

Created on 21 Aug 2019  路  3Comments  路  Source: Sub6Resources/flutter_html

Row(
  children: [
    Image(...),
    Html(...)
  ]
);

Html - have wrong width. It always width of screen.

All 3 comments

I think this issue is similar to #75 . Currently there's no way to set the Column size to MainAxisSize.min.

This is addressed by #148.

This has been fixed in version 0.11.0. Set shrinkToFit to true to use in a Row.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Larpoux picture Larpoux  路  3Comments

NicoDreamzZ picture NicoDreamzZ  路  5Comments

ngaurav picture ngaurav  路  6Comments

hunglv21 picture hunglv21  路  5Comments

bhanuka96 picture bhanuka96  路  4Comments