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

[BUG] "textAlign: TextAlign.justify" not working #1375

Open caoxingyu opened 8 months ago

caoxingyu commented 8 months ago

Describe the bug:

HTML to reproduce the issue:

Html widget configuration:

Expected behavior:

Screenshots:

Device details and Flutter/Dart/flutter_html versions:

Stacktrace/Logcat

Additional info:

A picture of a cute animal (not mandatory but encouraged)

caoxingyu commented 8 months ago
            ".wz p": Style(
            textAlign: TextAlign.justify
            ),

it's not working