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.79k stars 860 forks source link

[BUG]Space in the first container is not displayed correctly #1251

Closed lineageWU closed 1 year ago

lineageWU commented 1 year ago

Describe the bug: [BUG]Space in the first container is not displayed correctly

HTML to reproduce the issue:

<p> test1</p><p> test2</p>

Html widget configuration:

Html(
  data: "<p> test1</p><p> test2</p>",
  style: {
    "p": Style(
      whiteSpace:WhiteSpace.PRE,
    ),
  }
)

Expected behavior: image

Screenshots: image image image

Device details and Flutter/Dart/flutter_html versions: model:RedmiK30 Pro flutter:3.3.10 flutter_html:3.0.0-alpha.5

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

Sub6Resources commented 1 year ago

I was able to reproduce this in 3.0.0-beta.1