balaji101010

Results 6 issues of balaji101010

Instead of Listview inside Listview. we have used CustomScrollview -> SliverList , SliverList for better performance. Does this library perform same as slivers or it affect the performance of the...

question

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 ??...

bug

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?

question

``` list.add(LineText( type: LineText.TYPE_TEXT, content: 'this is conent left', align: LineText.ALIGN_LEFT, linefeed: 0)); list.add(LineText( type: LineText.TYPE_TEXT, content: 'this is conent right', align: LineText.ALIGN_RIGHT, linefeed: 0)); ``` This prints `this is...