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