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

bug

TagsWrapExtension fails when there is more than one present in the extension array.

bug
in-triage

`LayoutGrid` supports `rowGap` and `columnGap`, which behaves similarly, so implementation should be trivial

enhancement
css
<table>

How do I make this `` content have the same height with `` ![image](https://user-images.githubusercontent.com/30622151/225697513-8ab5af07-bf6e-4885-8336-f2b3f69b00d6.png) i want to make the text center so it will look like this : ![image](https://user-images.githubusercontent.com/30622151/225697926-c97051ef-9325-4ac9-b311-9348e98fab99.png) i...

more-info-needed
question

**Describe the bug:** When render Arabic text with images the render not correct **HTML to reproduce the issue:** Here Html code used : ```html هذه معادلة&nbsp;حيث أننا يمكننا حساب&nbsp; حيث...

bug
rtl-text
flutter-issue

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

bug
<table>

Describe the bug: We were using flutter_html: ^2.1.1 and rendering table was working fine. This screenshot exemplifies it: ![image](https://user-images.githubusercontent.com/23044566/227708639-cdbc1d89-c87b-4d55-a3b8-d1ed3e1a3fde.png) But after upgrading to flutter_html 3.0.0-alpha.6, the table is not rendering....

bug
<table>

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

bug
<iframe>
css

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

question

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

question