search_highlight_text_plus 1.1.0+3
search_highlight_text_plus: ^1.1.0+3 copied to clipboard
Simple Inherited Widget to highlight text in a search result, with custom highlight Color and highlight TextStyle.
1.1.0+3 #
- 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+2 #
- reverse the order of changelog entries to be newest first
- update readme file
1.0.0+1 #
- update readme file.
1.0.0 #
- Initial release.