flutter_keyword_highlighter 1.1.1
flutter_keyword_highlighter: ^1.1.1 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.1.1 - 2024-11-01 #
Added #
• New example app under the example/lib/ folder to demonstrate package functionality.
• Added allowsPartialMatch parameter in HighlightedTextStyle for flexible keyword matching.
• Added image example for the package.
Fixed #
• Improved keyword matching accuracy.
• Corrected matching logic to ensure exact keyword matches.