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:** Text cropped at the bottom if `textOverflow` is `TextOverflow.ellipsis` but not with `TextOverflow.visible`. **HTML to reproduce the issue:** ```html الدرس الأول الدولة الإسلامية عقب وفاة النبى ﷺ....

bug
whitespace issues

How do you access the parsed child in customRenders?

question
custom rendering

If you are having dependency conflicts, please do not create a separate issue. As of January 2022, you have a couple different options to resolve the conflicts. 1. Upgrade to...

As the title points out, flutter_html won't support table nesting. And I do not know how to solve it.

bug
<table>

Large html documents cause scrolling problems that could be solved by using a Listview.builder on a list of top-level widgets instead of wrapping the entire document in a StyledText widget....

high-priority

All supported html elements should have a test written. RichText parser: - [x] `header` - [x] `hr` - [x] `i` - [ ] `img` - [ ] `ins` - [...

good first issue
high-priority

Nice package you created! Is the support of the `word-break` attribute planned or is there a workaround? I want to display a table, but it produces an overflow on the...

enhancement
<table>

Rendering html `Harry Potter.` removes whitespace between `Harry` and `Potter.` Expected result: **Harry Potter** Actual result: **HarryPotter** Version: 3.0.0-alpha.2, same on 2.2.1 Flutter Version: 2.10.1

bug
whitespace issues

**Describe the bug:** If i combine **style** and **customRender** i get an unexpected result of a double drawn border. I don't want to rule out the possibility that I made...

bug
css

**Describe the bug:** Error at parsing html content containing base64 images **HTML to reproduce the issue:** **`Html` widget configuration:** **Device details and Flutter/Dart/`flutter_html` versions:** flutter_html: ^2.2.1 **Stacktrace/Logcat** FormatException (FormatException: Invalid...

bug