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:** ` ` should create space, but starting from version `3.0.0-beta.2` it is ignored. It works properly in version `3.0.0-beta.1` **HTML to reproduce the issue:** `Paragraph before nbsp Paragraph after...
**Describe the bug:** If I have more than one TagWrapExtension for different Tags and what to wrap then with different tags. All the tags eventually gets wrapped by the same...
- Fix issue that the relative path for network image is not startsWith `http:` or `https:` so it should be nullable - Fix missing export so can't import ImageElement
Run into this error when compiling project in Flutter 3.32.0: ``` ../../../.pub-cache/hosted/pub.dev/flutter_html_iframe-3.0.0/lib/iframe_web.dart:33:8: Error: Undefined name 'platformViewRegistry'. ui.platformViewRegistry ^^^^^^^^^^^^^^^^^^^^ ```
Version: 3.0.0 ` aaabbbbb ccccddddddddddddddddddddddddddddffdfdfsdloooooooooooooooooooooooooooooooooooooongtextWillClipAndnotShow` hope like CSS word-wrap:break-word; word-break:break-all; but now the long text can't link break
**Describe the bug:** Simple HTML is not showing properly since version 3.0.0. In version 3.0.0-beta.2 was warning perfectly. **HTML to reproduce the issue:** `Data privacy noticeThis app enables the documentation...
This PR would fix the issue in #1484 - correct conditional imports: use `dart.library.js_interop` instead of `dart.library.html` - remove ui_fake classes, it is legacy implementation and should be replaced by...
I have string in html like this `فخامة الأميرالسلام عليكم ورحمة الله وبركاتهسوف تجرى صيانة من أجل تحسين وتنظيم عمل السيرفرات، وقت الصيانة كما يلي: من 2024-11-25 5:00:00 إلى 2024-11-25...
**When the data includes complex math equations, it fails to parse the equations ** Sample data `const _htmlContent = '''গ. Y এর মান সত্যক সারনিতে দেখাও।\nগ.Y=A+Bˉ‾+A+Bˉ‾=AˉBˉ‾+AˉBˉ‾=Aˉ⋅B+Aˉ⋅B=Aˉ⋅B \\begin{aligned} \\mathbf{Y} & =\\overline{A+\\bar{B}}+\\overline{A+\\bar{B}}...
**Describe your feature request** Is is posible to add support in z-index css attribute?