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
Still in progress. The code provided in the initial comment should be sufficient for a pull request, if someone would like to open one. SelectableHtml is being removed in 3.0.0 anyways.
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug:
vertical-align property doesn't work as expected.
HTML to reproduce the issue:
Html
widget configuration:Using clean Html or SelectableHtml.
Additional info:
I couldn't find the property vertical-align in the parser file:
flutter_html/lib/src/css_parser.dart
Line 10 in 9bf0662
I try to put it, like this, seems works fine in Html default constructor
but that doesn't work with the SelectableHtml constructor, throwing a exception in this cast:
flutter_html/lib/html_parser.dart
Line 334 in 9bf0662
i think its are related to flutter/flutter#38474, since it is merged, it's a leftover? removing this cast, works fine in my test case.
A picture of a cute animal (not mandatory but encouraged)
The text was updated successfully, but these errors were encountered: