mariapapag

Results 4 comments of mariapapag

@erickok Thank you for your reply. I have added flutter_html_table package and returning HTML like below, and seeing a lot of layout issues (RenderBox was not laid out, Intrinsics are...

Since adding the flutter_html_table package, ContainerSpan is no longer defined as well. ``` import 'package:flutter_html/flutter_html.dart'; import 'package:flutter_html_table/flutter_html_table.dart'; ... Widget build(BuildContext context) { return Html( data: data, style: style, onLinkTap: onLinkTap,...

I have the HTML that I'm trying to make work posted in the first comment here