Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 636 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 636 Bytes

HTML to Flutter

Pub GitHub stars

A Flutter package that provides widget and utility classes to parse HTML strings and convert them into TextSpan widgets.

Features

  • Parse HTML strings and convert them into TextSpan widgets.
  • Support for basic HTML tags such as <b>, <i>, <u>, <s>, <font>, <a>, etc.
  • Customizable styling options for each HTML tag.
  • Support for custom CSS styles.