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

[QUESTION] TextAlign.justify #1406

Open dongguangy opened 4 months ago

dongguangy commented 4 months ago

Html( data: "

啊啊啊啊啊啊<img src=\"https://image.dzplus.dzng.com/2024/01/02/1704149860d6ewcv47ctv.jpg?imageView2/2/w/900\" />啊啊啊啊啊啊

", style: { "body": Style( margin: Margins.zero, padding: HtmlPaddings.zero, textAlign: TextAlign.justify, fontSize: FontSize(17.sp), ), }, extensions: [ TagExtension(tagsToExtend: {"img"},child: Container()) ], ); 1704269167589