html_rich_text 1.1.0
html_rich_text: ^1.1.0 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.1.0 #
- FEAT(html_rich_text): add support for clickable links with onLinkTap callback.
- DOCS(html_rich_text): update README with link functionality documentation.
1.0.4 #
- DOCS(README): enhance connection section with social media links and acknowledgments.
1.0.3 #
- DOCS(html_rich_text): add strong tag examples to README and demo.
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