search_highlight_text_plus 1.2.0
search_highlight_text_plus: ^1.2.0 copied to clipboard
Simple Inherited Widget to highlight text in a search result, with custom highlight Color and highlight TextStyle.
1.2.0 #
- add
inlineSpansparameter toSearchHighlightTextto append trailing InlineSpan children after the text/highlight spans (useful for icons, chips, badges, etc.)
1.1.0 #
- added parameter to ignore diacritics
- diacritic-insensitive matching now safely maps match indices back to the original string to avoid misaligned highlights and surrogate-pair splits (e.g., emoji)
- when ignoreDiacritics is enabled, search patterns (searchText and searchRegExp) are normalized by removing diacritics from the pattern while preserving RegExp flags
- avoid text being interpreted as a regular expression
1.0.0 #
- reverse the order of changelog entries to be newest first
- update readme file
- update readme file.
- Initial release.