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
Trying to add subscript tags in links breaks the page. Looks like <sup> doesn't work either, but doesn't break the page. Handful of other text modifiers tested seem to work as normal (strong, small, em, strike).
Ex., <a href='link.html'>change in CO<sub>2</sub>in the atmosphere</a>
Leads to:
The following NoSuchMethodError was thrown building HtmlRichTextParser(dirty, dependencies: [DefaultTextStyle, _LocalizationsScope-[GlobalKey#93d2a], MediaQuery, Directionality]):
The method '*' was called on null.
Receiver: null
Tried calling: *(0.7)
When the exception was thrown, this was the stack:
#0 Object.noSuchMethod (dart:core-patch/object_patch.dart:53:5) #1 HtmlRichTextParser._parseNode (package:flutter_html/rich_text_parser.dart:526:47) #2 HtmlRichTextParser._parseNode. (package:flutter_html/rich_text_parser.dart:1015:9) #3 ListMixin.forEach (dart:collection/list.dart:69:13) #4 HtmlRichTextParser._parseNode (package:flutter_html/rich_text_parser.dart:1014:18)
(beginner programmer doing this for a school project so apologies ahead of time if this is something incorrectly done from my end)
The text was updated successfully, but these errors were encountered:
Trying to add subscript tags in links breaks the page. Looks like
<sup>
doesn't work either, but doesn't break the page. Handful of other text modifiers tested seem to work as normal (strong, small, em, strike).Ex.,
<a href='link.html'>change in CO<sub>2</sub>in the atmosphere</a>
Leads to:
(beginner programmer doing this for a school project so apologies ahead of time if this is something incorrectly done from my end)
The text was updated successfully, but these errors were encountered: