flutter_html
flutter_html copied to clipboard
A Flutter widget for rendering static html as Flutter widgets (Will render over 80 different html tags!)
Example `` I want to render a custom widget for the `div` tag that must contains `et_pb_module et_pb_testimonial et_pb_testimonial_0 clearfix et_pb_text_align_left et_pb_bg_layout_light et_pb_testimonial_no_image et_pb_testimonial_no_bg` classes Is it possible?
**Describe your feature request** I am looking for a feature that is equivalent to that of Bootstrap’s **Scrollspy**: https://getbootstrap.com/docs/4.0/components/scrollspy/ The intended functionality is to have a vertical scrollable list of...
**Describe the bug:** I am trying to display articles with rather long text and several iframes in them inside a `SingleChildScrollView`. I use [`flutter_html`](https://pub.dev/packages/flutter_html) to display the content. To custom...
This PR makes ImageElement accessible for building custom renderers/extensions.
I couldn't display this html string. Got error in socket_patch.dart file, line 234: throw ArgumentError('Invalid internet address $address'); I'm using 3.0.0-beta.2 version here is my html string: `Çäkler töweregimizdäki görünmeýän...
**Describe the bug:** I am using the `` tag inside of `` tags. When I have no style applied, it works fine. However, it fails when I apply styling to...
I'm trying to display to display images in this sample html string but have been unsuccessful with this. Given the following `html` string, how can I display the image along-side...
**Describe the bug:** Given the below HTML, I am seeing a difference in spacing between `` elements and `` elements as seen in the following screenshots. **HTML to reproduce the...
Hello I am using flutter_html in my flutter app but I noticed an issue when the rendered text has a link. it appears some weird lines as background after the...
I am using the flutter_html package for rendering html content on the app. While rendering the html on the app image not taking the border radius.