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

version is 3.0.0-alpha.5, I can not find ' disposeAll() '

bug
<video>

I'm using html_flutter to show a very simple text with some bold words using , but the text is never bold. I use some Google fonts I downloaded and I...

bug

**Describe the bug:** Unable to render HTML formatting. (Nothing is seen on UI) **HTML to reproduce the issue:** """Allergy InformationFree From CeleryFree From Cereals Containing GlutenFree From CrustaceansFree From EggsFree...

bug

**Describe the bug:** When rendering a base64 image inside an anchor element an exception is thrown. It seems to happen only with html renderer on some devices. There's no exception...

bug
<img>

**Describe the bug:** Pub get Error: (1; So, because myApp depends on both flutter_html ^2.2.1 and flutter_math_fork ^0.6.3+1, version solving failed.) **HTML to reproduce the issue:** dependencies: flutter_html: ^2.2.1 flutter_math_fork:...

Can u upgrade version "flutter_svg" to "1.1.1+1"

enhancement

I have an old implementation of `customRender` which is below ``` "li": (RenderContext context, widget) { context.style.markerContent = null; // Remove bullet point for list cause list-style: none is not...

question

Html(data: '有以下程序:\n#include\nint f(int x,int y)\n{ return ((y-x)*x); }\nvoid main()\n{ int a=3,b=4,c=5,d;\n d=f(f(a,b),f(a,c));\n printf(\"%d\\n\",d);\n}\n程序运行后输出的结果是( )。',), Only display 有以下程序: #include How to solve it

question

The issue on flutter which you have listed in the description regarding selectable html: https://github.com/flutter/flutter/issues/38474 Seems to be solved/completed. I like to be able to select text from html which...

question

If you style the td tag as shown in the code below, bad state : no element occurs. Please solve it. ` `

bug
<table>