simple_html_text 0.0.3
simple_html_text: ^0.0.3 copied to clipboard
Lightweight inline HTML styled text for Flutter (b, i, u, color, size).
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