79091102

Date: 2024-10-15 17:29:43
Score: 0.5
Natty:
Report link

FOUND A SOLUTION

I determined that the issue was caused by the underlying flutter_svg package required by flutter_html.

Adding the following to my pubspec.yaml eliminated the dependecy.

dependency_overrides: 
  flutter_svg: ^1.0.0

Found the solution here: https://github.com/Sub6Resources/flutter_html/issues/978

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: byron