html_to_flutter 0.1.3-pre
html_to_flutter: ^0.1.3-pre copied to clipboard
A package that parses html content and converts them into TextSpans and renders Text.rich widget.
0.1.3-pre #
- refactor: Update dependencies and added EquatableMixin implementation
0.1.2-pre #
- refactor: Trim text in HtmlParser's default case to remove leading and trailing whitespace
0.1.1-pre #
- fixed package description
0.1.0-pre #
- refactor: Update
HtmlParserto support custom text builders
0.0.9-pre #
- wip
0.0.8-pre #
- wip
0.0.7-pre #
- refactor: Update
Htmlwidget to support additional text styling options
0.0.6-pre #
- update: minor ui updates to support textstyle overrides
0.0.5-pre #
- delete: removed unused
csslibpackage
0.0.4-pre #
- refactor: Update
Htmlwidget to support default text style
0.0.3-pre #
- Update: updated
HtmlConfigto support default text style
0.0.2+1-pre #
- New: escape input for better parsing
0.0.1+1-pre #
- New:
Htmlwidget. - New:
HtmlConfigclass to configure text-styles and onClick behaviour for anchor tags - New:
HtmlStylesclass to configure textstyles for different common tags likep,b,h1, etc. as well as custom tags