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.
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
HtmlParser
to support custom text builders
0.0.9-pre #
- wip
0.0.8-pre #
- wip
0.0.7-pre #
- refactor: Update
Html
widget 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
csslib
package
0.0.4-pre #
- refactor: Update
Html
widget to support default text style
0.0.3-pre #
- Update: updated
HtmlConfig
to support default text style
0.0.2+1-pre #
- New: escape input for better parsing
0.0.1+1-pre #
- New:
Html
widget. - New:
HtmlConfig
class to configure text-styles and onClick behaviour for anchor tags - New:
HtmlStyles
class to configure textstyles for different common tags likep
,b
,h1
, etc. as well as custom tags