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