- turned off print statements that I left on by mistake.
- 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!
- 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
- support for multiple search terms [issues #2 and #6 and #7]
- support for case-sensitive matches
- satisfied all pull requests
- support for overflow and maxLines properties [issue #5]
- support for RichText scale factor [issue #8]
- upgraded to Dart 2.0
- migrated to null-safety
- effective Dart
- example has been upgraded to AndroidX
- added full example
- basic text highlighting functionality