flutter_html_search_highlight 1.0.3
flutter_html_search_highlight: ^1.0.3 copied to clipboard
Search HTML content, wrap matches in <mark>, and page through results using flutter_html—with keyword normalization and scroll-to-match helpers.
1.0.3 #
- Fixed broken demo images in README (switched to raw GitHub URLs)
- Improved documentation formatting for better pub.dev rendering
- Updated demo section to use Markdown image syntax instead of HTML tags
- Minor README enhancements for clarity and consistency
1.0.2 #
- Fixed broken demo images in README (switched to raw GitHub URLs)
- Improved documentation formatting for better pub.dev rendering
- Updated demo section to use Markdown image syntax instead of HTML tags
- Minor README enhancements for clarity and consistency
1.0.1 #
- Minor improvements and fixes
- Updated documentation and examples
- Improved stability for HTML search highlighting
0.1.0 #
- Initial release:
HtmlSearchHighlighterfor clean/normalize/search HTML,HtmlPagedSearchReaderwidget with paging, match navigation, and<mark>styling forflutter_html.