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 the html code is using the style="list-style-type:upper-alpha" to mark the required index, it gives an error. **HTML to reproduce the issue:** - Example code: **Expected...
**Describe the bug:** When including a link (``) in the html content, I am getting an ambiguous bug: 'package:flutter/src/semantics/semantics.dart': Failed assertion: line 3023 pos 16: 'node.parent == null || !node.parent!.isPartOfNodeMerging...
**Describe the bug:** I'm have a html text on sqflite of the app that loads when user opens the screen. This html contains a base64 image (originally jpg format), that...
**Describe your feature request** hello, we need to use nth-child() css. regards. **Additional context** **A picture of a cute animal (not mandatory but encouraged)**
**Describe the bug:** When rendering html `` element, the `text-align` CSS property is not respected. I've tried with CSS in html: ``` td { text-align: right; } ``` and also...
**Describe your feature request** The Style widget currently supports the Border and EdgeInsets class for borders, padding, margins etc. However this is oriented towards LRT text. We cannot use BorderDirectional...
I'm using the latest version of the flutter_html and flutter_html_video **flutter_html:** ^3.0.0-alpha.3 **flutter_html_video:** ^3.0.0-alpha.3 But I have these exceptions 
**Describe your feature request** Support for the `text-indent` CSS Attribute. [mdn for explanation and examples on the attribute](https://developer.mozilla.org/en-US/docs/Web/CSS/text-indent) **A picture of a cute animal (not mandatory but encouraged)** Debian cat
**Describe the bug:** When HTML content with media queries, UI gets crash. **HTML to reproduce the issue:** ```html PUMA WOMENS PUMA X HELLY HANSEN JACKET This season Puma and Helly...
I want to decrease height of 'br' ``` I saw #410 closed issue, and I try to use font size of tag But when I use ''(this is gap of...