You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
cheapw
changed the title
it seem doesn't convert tag<a/>'s width attribute correctly
it seem doesn't convert tag<img/>'s width attribute correctly
Aug 28, 2019
where I use flutter_html: ^0.9.6 there was no error occurred, In the (flutter_html: ^0.10.4) version would throw the following error.
The error message:
I/flutter (13563): The following FormatException was thrown building HtmlRichTextParser(dirty, dependencies:
I/flutter (13563): [MediaQuery, DefaultTextStyle, _LocalizationsScope-[GlobalKey#8a7c6], Directionality]):
I/flutter (13563): Invalid double
I/flutter (13563): 100%
The origin html:
img width="100%" height="auto" alt="" src="http://images.baixingliangfan.cn/shopGoodsDetailImg/20190109/20190109172624_128.png" />img width="100%" height="auto" alt="" src="http://images.baixingliangfan.cn/shopGoodsDetailImg/20190109/20190109172624_372.png" />
The text was updated successfully, but these errors were encountered: