css_text library

Classes

HTML
This class is the only class you should be using from the css_text library. It contains all the methods you need to handle your HTML and CSS.
Parser
This class is at the core of the css_text library. It has most of the methods required to convert HTML content into Flutter widgets
StyleGenUtils
Has utility methods to convert CSS to TextStyle objects
TextGenUtils
Has utility methods to manipulate HTML text nodes

Functions

defaultLinksCallback(String link) → void
A default callback for links that does nothing.