[BUG] list-style-type: lower-alpha
Describe the bug: I got dart error : type 'String' is not a subtype of type 'int' of 'value' on line 775 in lib > html_parser.dart olStack.last.data = olStack.last.data.toString().nextLetter();
when I use Html Widget with list-style-type: lower-alpha in html code
HTML to reproduce the issue:
Html widget configuration:
Expected behavior:
Screenshots:
Device details and Flutter/Dart/flutter_html versions:
- Lastest version
Stacktrace/Logcat
Additional info:
A picture of a cute animal (not mandatory but encouraged)
Hi there, this test html code seems to be working fine for us:
<ol style="list-style-type: lower-alpha;">
<li>With a nested</li>
<li>ordered list</li>
<li>with a lower alpha list style</li>
<li>starting at letter e</li>
</ol>
Could you please send HTML code to reproduce this issue? Also your Html widget code.
i have same problem
i have same problem