Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to fix "Table containes irregular row lengths" in flutter?

Tags:

flutter

dart

I'm getting Table contains irregular row length error when i'm trying to display table from html using flutter_html: 1.0.0 plugin. how to fix this?

like image 806
Gokul Sundar Avatar asked May 22 '20 08:05

Gokul Sundar


1 Answers

A new version of flutter_html has been published. It seems to be solved. I tried it out. https://pub.dev/packages/flutter_html/install flutter_html: ^1.2.0

like image 104
Engineering12 Avatar answered Oct 11 '22 19:10

Engineering12