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:** Text cropped at the bottom if `textOverflow` is `TextOverflow.ellipsis` but not with `TextOverflow.visible`. **HTML to reproduce the issue:** ```html الدرس الأول الدولة الإسلامية عقب وفاة النبى ﷺ....
How do you access the parsed child in customRenders?
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.
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....
All supported html elements should have a test written. RichText parser: - [x] `header` - [x] `hr` - [x] `i` - [ ] `img` - [ ] `ins` - [...
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...
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
**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...
**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...