flutter_html icon indicating copy to clipboard operation
flutter_html copied to clipboard

A Flutter widget for rendering static html as Flutter widgets (Will render over 80 different html tags!)

Results 244 flutter_html issues
Sort by recently updated
recently updated
newest added

**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...

bug
css
lists

**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...

bug

**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...

bug
<img>

**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)**

enhancement
css

**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...

bug
css
<table>

**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...

enhancement
css
rtl-text
layout

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 ![image](https://user-images.githubusercontent.com/57004354/163952138-5f6ecf04-d7fa-4169-9233-05dd4cd10418.png)

bug
<video>

**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

enhancement
css

**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...

bug
css
css-parser

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...

question
whitespace issues
flutter-issue