Device details and Flutter/Dart/flutter_html versions:
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.0.2, on Ubuntu 20.04.4 LTS 5.13.0-44-generic,locale en_US.UTF-8)
[✓] Android toolchain - develop for Android devices (Android SDK version32.1.0-rc1)
[✓] Chrome - develop for the web
[✓] Linux toolchain - develop for Linux desktop
[✓] Android Studio (version 2021.2)
[✓] Connected device (2 available)
[✓] HTTP Host Availability
EPTION CAUGHT BY RENDERING LIBRARY ╞═════════════════════════════════════════════════════════
The following assertion was thrown during performLayout():
'package:flutter/src/rendering/proxy_box.dart': Failed assertion: line 256 pos 12:
'height.isFinite': is not true.
Either the assertion indicates an error in the framework itself, or we should provide substantially
more information in this error message to help you determine and fix the underlying cause.
In either case, please report this assertion by filing a bug on GitHub:
https://github.com/flutter/flutter/issues/new?template=2_bug.md
The relevant error-causing widget was:
LayoutGrid
LayoutGrid:file:///home/yoehwan/Documents/flutter_html/packages/flutter_html_table/lib/flutter_html_table.dart:161:10
Describe the bug:
I'm trying to render empty value in table. and When i use custom CSS Style has Issue.
HTML to reproduce the issue:
Html
widget configuration:Expected behavior:
Device details and Flutter/Dart/
flutter_html
versions:Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.0.2, on Ubuntu 20.04.4 LTS 5.13.0-44-generic,locale en_US.UTF-8) [✓] Android toolchain - develop for Android devices (Android SDK version32.1.0-rc1) [✓] Chrome - develop for the web [✓] Linux toolchain - develop for Linux desktop [✓] Android Studio (version 2021.2) [✓] Connected device (2 available) [✓] HTTP Host Availability
flutter_html: ^3.0.0.-alpha.3 flutter_html_table: ^3.0.0.-alpha.3
Stacktrace/Logcat
Additional info: It's part of my CSS about table.
A picture of a cute animal (not mandatory but encouraged)