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 your feature request** can we get a stable release for flutter_html-v3.0.0-beta.2 , the last stable release if 2.2.1 two years ago and not compatible with alot of libraries **Additional...
I only want to render specific tags, but when I try to use the OnlyRenderTheseTags parameter widget it acts as if I didn't put any tags, but doNotRenderTheseTags works as...
Readme for subpackages were not updated.
**Describe the bug:** --- I m using flutter_html 3.0.0-beta.2 version and i need to use Special Selections Controls This is my articeture if (widget.model.description != null) SelectionArea( selectionControls: LamotsSelectionControls(), child:...
**Describe the bug:** Including any link embeds the entire Html widget in an extra container that contains no useful accessibility description labels indicates to VoiceOver and TalkBack users that there...
Is it possible to have the `flutter_html_iframe` resize after the content has loaded? I've read through the README, issues, Googles, and haven't been able to find a solution. Maybe there...
I'm using flutter_html 3.0.0 beta 2 version Device : Android 12 ``` extensions: [ ImageExtension(builder: (ExtensionContext extensionContext) { final ImageElement element = extensionContext.styledElement as ImageElement; return Padding( padding: imagePadding ??...
**Describe the bug:** How to set base url correctly for relative path images? **HTML to reproduce the issue:** ``` Html( data: '', onLinkTap: _launchUrl, style: { 'img': Style( width: Width(175),...
Hi. I am using the 3.0.0beta2 version for the updated svg dependency. For some reason, I keep getting ``` The key [GlobalKey#01797] was used by multiple widgets. The parents of...
Please update your Readme about how to use, it since now we don't have custom render ??1!