Skip to content

What do I do wrong? It doesn't work in my case. #5

@ProgrammingLife

Description

@ProgrammingLife

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions