To display valid HTML you can set the src field to the following: _src = “data:text/html;charset=utf-8,” + Uri. encodeComponent(“HTML_CONTENT_HERE”); For the package you can also pass markdown to the src and it will convert it for you.10 Mar 2020
Read moreCan you use HTML in Flutter?
Flutter actually controls every pixel that is drawn to the screen and doesn’t use HTML , JavaScript, or CSS to define any of its look or logic.
Read more