html_rich_text 1.0.2
html_rich_text: ^1.0.2 copied to clipboard
A lightweight Flutter package for rendering HTML-styled text without heavy dependencies. Perfect for simple HTML text rendering with minimal overhead.
1.0.2 #
- DOCS(html_rich_text): add comprehensive API documentation.
- DOCS(html_rich_text): update html_rich_text.png.
1.0.1 #
- DOCS(html_rich_text): add demo screenshot to pubspec and README.
1.0.0 #
- FIX(tests): remove unnecessary blank lines in html_rich_text tests.
- FEAT(packages): add html_rich_text package for lightweight HTML text rendering.
Changelog #
[1.0.0] - 2024-08-02 #
Initial Release #
- Lightweight HTML text parsing and rendering
- Support for custom tag styling
- Zero external dependencies
- Regex-based selective tag parsing
- Full test coverage
- Comprehensive documentation and examples