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:** Feature tag must be exactly four characters long. 'dart:ui/text.dart': Failed assertion: line 143 pos 14: '' **HTML to reproduce the issue:** I get my html code from...
**Describe the bug:** The same HTML code produces different results depending on whether I use `Html.fromElement` or `Html`. There are quite a few discrepancies, but the most easily described is...
In version ^3.0.0-beta.2, when using the line-height: 20px property, the displayed height is not 20px. Instead, it appears to be 20 times the original height. ` Html( data: "sample sample",...
**Describe the bug:** I use the flutter_html: ^3.0.0-alpha.6 to load page,android devices show correct,but on iOS device,after the picture is loaded, there will always be a large blank space below...
**Describe the bug:** The < hr > tag (without spaces) doesn't display correctly when style is applied to it. Without width, it shows entirely **HTML to reproduce the issue:** ```...
**Describe the bug:** When i am using certain HTML inside the widget i am getting error:  **HTML to reproduce the issue:** use following widget in your code(with the data...
``` ════════ Exception caught by rendering library ═════════════════════════════════ The following assertion was thrown during performLayout(): Intrinsics are not available for PlaceholderAlignment.baseline, PlaceholderAlignment.aboveBaseline, or PlaceholderAlignment.belowBaseline. 'package:flutter/src/rendering/paragraph.dart': paragraph.dart:1 Failed assertion: line 512...
**Describe the bug:** I add the plugin, then use a widget and try to build. Before adding the plugin everything works fine. I don't even need to use a widget,...
This was causing a exception and not properly displaying the widget