flutter_keyword_highlighter 1.0.4 flutter_keyword_highlighter: ^1.0.4 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.4] - 2024-10-30 #
Added #
- New example app under
example/lib/
folder to demonstrate package functionality. - Added
allowsPartialMatch
parameter inHighlightedTextStyle
for flexible keyword matching. - Added
image example
for the package.
Fixed #
- Improved keyword matching accuracy.
Fixed #
- Corrected matching logic to ensure exact keyword matches.