html_to_flutter 0.0.2+1-pre html_to_flutter: ^0.0.2+1-pre copied to clipboard
A Flutter package to convert HTML to Flutter widgets.
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.