substring_highlight 1.0.33 copy "substring_highlight: ^1.0.33" to clipboard
substring_highlight: ^1.0.33 copied to clipboard

Highlight Flutter text at the character-level for simple and customizable search term highlighting.

Changelog #

Version 1.0.33 (2021-05-22) #

  • turned off print statements that I left on by mistake.

Version 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!

Version 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

Version 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

Version 1.0.25 (2021-04-20) #

  • support for overflow and maxLines properties [issue #5]
  • support for RichText scale factor [issue #8]

Version 1.0.24 (2021-04-20) #

  • upgraded to Dart 2.0
  • migrated to null-safety

Version 0.1.3 (2020-02-18) #

  • effective Dart

Version 0.1.2 (2020-01-05) #

  • example has been upgraded to AndroidX

Version 0.1.0 (2019-12-15) #

  • added full example

Version 0.0.1 (2019-12-15) #

  • basic text highlighting functionality
182
likes
130
pub points
98%
popularity

Publisher

verified publisheronlyup.com

Highlight Flutter text at the character-level for simple and customizable search term highlighting.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on substring_highlight