simple_html/simple_html library

Classes

SimpleHtmlBlockComponent
SimpleHtmlComponent
A component that allows the inclusion of some limited HTML in a safe way. This is ideal if you have internationalized messages with simple inline HTML. It is generally much preferable to using bypassSecurityTrustHtml, which disables all sanitization.

Constants

simpleHtmlUriWhitelist → const OpaqueToken<List<Uri>>
Injection token for the URI whitelist. This whitelist defines which URIs may be valid targets for links.