components/u_html_view library

Classes

UHtmlView
Read-only renderer that draws stored HTML with native Flutter widgets, so it works on every platform without a WebView. It shares the parser and styling used by URichTextEditor, so what you edit is exactly what you see.

Typedefs

UHtmlImageBuilder = Widget Function(BuildContext context, String url, String? alt, double? width)
Signature for building a custom widget for an <img> found in the HTML.