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