daohoangson / flutter_widget_from_html

Flutter package to render html as widgets that supports hyperlink, image, audio, video, iframe and many other tags.
https://pub.dev/packages/flutter_widget_from_html
MIT License
635 stars 235 forks source link

Large gaps around the content #1339

Closed i-panov closed 2 weeks ago

i-panov commented 3 weeks ago

Hi there! I've been trying to render some HTML using your library, but I'm seeing some unexpected whitespace around the content. The HTML itself doesn't contain any extra spaces, and the widget from your library is being used as the body of the Scaffold, so there shouldn't be any additional indentation. Could you please take a look and see if there's anything that could be causing this issue? I'd really appreciate your help. Thanks in advance!

Scaffold(body: HtmlWidget(html))

P.S. flutter_widget_from_html_core: ^0.15.2, Android 14