flutter_html
flutter_html copied to clipboard
A Flutter widget for rendering static html as Flutter widgets (Will render over 80 different html tags!)
Describe the bug: when i use "container" to wrap the "html" assembly and I set the size of "width", it does not impose any constraints on the html; In particular,...
TagsWrapExtension fails when there is more than one present in the extension array.
`LayoutGrid` supports `rowGap` and `columnGap`, which behaves similarly, so implementation should be trivial
How do I make this `` content have the same height with ``  i want to make the text center so it will look like this :  i...
**Describe the bug:** When render Arabic text with images the render not correct **HTML to reproduce the issue:** Here Html code used : ```html هذه معادلة حيث أننا يمكننا حساب حيث...
## Describe the bug: `Table` with nested `div` elements does not show the correct content! ## HTML to reproduce the issue ```html 1. [British History]Same as the Great R- 2....
Describe the bug: We were using flutter_html: ^2.1.1 and rendering table was working fine. This screenshot exemplifies it:  But after upgrading to flutter_html 3.0.0-alpha.6, the table is not rendering....
**Describe the bug:** Not sure if it is a bug but I understood we should be able to set styles for iframes and it works to some extent but I...
My program loads multiple network svgs, such as "" and its size is not normal, as shown in the screenshot below; what should I do to make it display normally?...
How do you make an img not inline? I used ImageExtension() and wrap the image widget with GestureDetection to add onLongPressed I want the image to be at the bottom...