read_more_html 1.0.2
read_more_html: ^1.0.2 copied to clipboard
A Flutter package to show HTML content with a "Read More" functionality
1.0.2 #
- Fix ANR when HTML content is very long by using binary-search truncation instead of character-by-character layout.
- Measure visible plain text (stripped of HTML tags) for accurate line counting.
- Cache truncation results to avoid recalculating on every rebuild.
1.0.1 #
- Compatible with Flutter 3.35.2 / Dart 3.5.x.
- Improved month name customization.
1.0.0 #
- Initial release.