ITADN

Multiple image links with spacing in between

#1515Openwinter-tech 创建于 2025-09-11
bug
W
winter-techcommented
<!-- Thank you for using flutter_widget_from_html! If you have found a bug or if our documentation doesn't have an answer to what you're looking for, then fill out the template below. --> ## Steps to Reproduce <!-- You should provide as much info as possible so that we can reproduce the problem. --> <details> <summary>HTML</summary> <!-- Paste the HTML in full that is not working as expected --> ``` <img src=\"https://media.xxx.com/image/5046fc565aa4b66aef9293ceca5e1512-750x1244.png\"><img src=\"https://media.xxx.com/image/4cf5e31f93e0db3da97e9285aca54ea5-750x1237.png\"><img src=\"https://media.xxx.com/image/4a0d7cdb56d7ec03067b59b25fc11399-750x1202.png\"><img src=\"https://media.xxx.com/image/ade71911e4cd032b955bc4142875fc91-750x1343.png\"><img src=\"https://media.xxxx.com/image/5cf6b1e34e73b9b274b021dc584a8841-750x1627.png\"> ``` </details> <details> <summary>`HtmlWidget` configuration</summary> <!-- Paste how you are configuring `HtmlWidget` in your app code, e.g.: HtmlWidget( html, onTapUrl: (url) => _someSpecialLogic(url), textStyle: _someCustomStyle, ); --> ```dart ``` </details> <details> <summary>Tesing environment</summary> <!-- Finally, paste the output of running `flutter doctor -v` here. --> ``` ``` </details> ## Expected results <!-- What did you want to see? --> I hope the pictures are directly stitched together without any gaps in the middle. ## Actual results <!-- What did you see? Include a screenshot and/or recording would help tremendously. -->
0 条评论