I've successfully imported flutter_html_widget. I don't see any errors. I use this lib like this:
var htmlString = "asdf <b><i>asdf</i> qwerty</b> <strong>asdf</strong>";
var widget = HtmlWidget(html: htmlString);
But my HTML string is not formatted. It shows as a plain text without any tags.