flutter_keyword_highlighter 1.0.8
flutter_keyword_highlighter: ^1.0.8 copied to clipboard
A flexible Flutter package for highlighting specific keywords and characters in text with customizable styles, making it perfect for text-based applications and user interfaces.
Changelog #
1.0.8 2024-11-1 #
Added #
- New example app under
example/lib/folder to demonstrate package functionality. - Added
allowsPartialMatchparameter inHighlightedTextStylefor flexible keyword matching. - Added
image examplefor the package.
Fixed #
- Improved keyword matching accuracy.
Fixed #
- Corrected matching logic to ensure exact keyword matches.