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:** `` cannot be styled by referring to its class name. The reason why I can't style the ruby tag directly is because I have nested rubies inside...
below is my html but it showing only first line and 3 bullets. Other data is not showing "\r\n Here's how we make it easy to sell offer or earn...
**Describe the bug:** The audio player bottom is overflowed so the control buttons cannot be clicked. As shown in the screenshot below. **HTML to reproduce the issue:** ``` Thinking about...
I can't draw pictures like in the example using img tags. Is there a solution proposal? Thanks. 
I have string in html like this `أُوْلَـٰٓئِكَ عَلَىٰ هُدًى مِّن رَّبِّهِمْۖ وَأُوْلَـٰٓئِكَ هُمُ ٱلْمُفْلِحُونَ ` Its rendering color like this  Now if you see carefully there is mistake...
 When we use flutter_html to render table, UI bug is happened because the width of table is larger than screen. We try modifying the code in layout_element.dart **_layoutCells** function....
**Describe the bug:** The table cell overflow constraint when width is too large. **HTML to reproduce the issue:** ```html Pour l’évènement et les participants : - La fiche « Créer un...
**Describe the bug:** Links with specific class element need to have their own style and be clickable. If we apply a Display.BLOCK on the class element the onLinkTap will not...
**Describe your feature request** Need to control 'table' tag's min width. **Additional context** layout_element.dart ``` cells.add(GridPlacement( child: Container( width: double.infinity, // need to edit padding: child.style.padding ?? row.style.padding, decoration: BoxDecoration(...