You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug:
It gives and error when trying to render the HTML attached. The error happens on html_parser.dart on line 1048 when creating a container with a negative padding. I don't know why it tries to put a negative reason, but the HTML works fine on a web browser.
HTML to reproduce the issue:
Html widget configuration:
The HTML that gives the error:
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug:
It gives and error when trying to render the HTML attached. The error happens on html_parser.dart on line 1048 when creating a container with a negative padding. I don't know why it tries to put a negative reason, but the HTML works fine on a web browser.
HTML to reproduce the issue:
Html
widget configuration:The HTML that gives the error:
Screenshots:

Image of the HTML viewed on a browser:
Device details and Flutter/Dart/
flutter_html
versions:Flutter version 2.5.3
Dart version 2.14.4
Flutter Html version 2.2.0
Stacktrace/Logcat
'package:flutter/src/widgets/container.dart': Failed assertion: line 269 pos 15: 'padding == null || padding.isNonNegative': is not true.
A picture of a cute animal

The text was updated successfully, but these errors were encountered: