simple_html_text

Lightweight inline HTML styled text for Flutter.

Render simple HTML-like tags directly inside Flutter using RichText.

Supports bold, italic, underline, strike-through, color, font size, and nested styles — without WebView or heavy HTML engines.


📸 Preview


✨ Features

✅ Extremely lightweight
✅ Nested tags
✅ Fast rendering
✅ No external dependencies
✅ Works on Android / iOS / Web / Desktop

Perfect for CMS text, API driven UI, highlighted content, and inline formatting.


🚀 Installation

Add to your pubspec.yaml:

dependencies:
  simple_html_text: ^0.0.1

Libraries

simple_html_text
A lightweight Flutter library for rendering simple HTML-styled text.