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