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

fix: start list items on a new line #1281

Closed nico-famedly closed 1 year ago

nico-famedly commented 1 year ago

Each list item is expected to start in a new line (similar to a block element). Otherwise list items will overlap with each other in a list when shrinkWrap is enabled.

fixes #1280