substring_highlight 1.0.33
substring_highlight: ^1.0.33 copied to clipboard
Highlight Flutter text at the character-level for simple and customizable search term highlighting.
Changelog #
1.0.33 - 2021-05-22 #
- turned off print statements that I left on by mistake.
1.0.32 - 2021-05-22 #
- added 'words' flag to only match complete words (not substrings/characters inside of words); default: words=false. This feature (words=true) is experimental and Alpha!
1.0.27 - 2021-05-22 #
- fixed building for web; now use double.maxFinite.toInt() instead of hardcoded constant for maximum integer [issues #13 and #14]
- added textAlign property [issue #12]
- satisfied pull request
1.0.26 - 2021-04-20 #
- support for multiple search terms [issues #2 and #6 and #7]
- support for case-sensitive matches
- satisfied all pull requests
1.0.25 - 2021-04-20 #
- support for overflow and maxLines properties [issue #5]
- support for RichText scale factor [issue #8]
1.0.24 - 2021-04-20 #
- upgraded to Dart 2.0
- migrated to null-safety
0.1.3 - 2020-02-18 #
- effective Dart
0.1.2 - 2020-01-05 #
- example has been upgraded to AndroidX
0.1.0 - 2019-12-15 #
- added full example
0.0.1 - 2019-12-15 #
- basic text highlighting functionality