We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
 
Describe the bug:   should be treated as normal text. I tried other entities without semicolon eg &larr or &rarr and they work properly.
&larr
&rarr
HTML to reproduce the issue: <p>Let's → ← try this!</p><p>Let's &rarr &larr   try this!</p>
<p>Let's → ← try this!</p><p>Let's &rarr &larr   try this!</p>
Html widget configuration:
Html
Html( data: "<p>Let's → ← try this!</p>" "<p>Let's &rarr &larr   try this!</p>", style: { 'p': Style(margin: Margins.all(0)), }, ),
Expected behavior:   should be treated as normal text.
Screenshots:
Device details and Flutter/Dart/flutter_html versions:
flutter_html
Flutter 3.22.2 • channel stable • https://github.com/flutter/flutter.git Framework • revision 761747bfc5 (3 miesiące temu) • 2024-06-05 22:15:13 +0200 Engine • revision edd8546116 Tools • Dart 3.4.3 • DevTools 2.34.3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug:
 
should be treated as normal text. I tried other entities without semicolon eg&larr
or&rarr
and they work properly.HTML to reproduce the issue:
<p>Let's → ← try this!</p><p>Let's &rarr &larr   try this!</p>
Html
widget configuration:Expected behavior:
 
should be treated as normal text.Screenshots:
Device details and Flutter/Dart/
flutter_html
versions:The text was updated successfully, but these errors were encountered: