Sub6Resources / flutter_html

A Flutter widget for rendering static html as Flutter widgets (Will render over 80 different html tags!)
https://pub.dev/packages/flutter_html
MIT License
1.76k stars 814 forks source link

How do I return a custom widget for this tag with classes ? #1341

Open balaji101010 opened 10 months ago

balaji101010 commented 10 months ago

Example

<div class=\"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\">

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?