html_to_flutter 0.1.2-pre html_to_flutter: ^0.1.2-pre copied to clipboard
A package that parses html content and converts them into TextSpans and renders Text.rich widget.
HTML to Flutter #
A Flutter package that provides widget and utility classes to parse HTML strings and convert them into TextSpan widgets.
Features #
- Parse HTML strings and convert them into TextSpan widgets.
- Support for basic HTML tags such as
<b>
,<i>
,<u>
,<s>
,<font>
,<a>
, etc. - Customizable styling options for each HTML tag.
- Support for custom CSS styles.