highlightable 1.0.2 copy "highlightable: ^1.0.2" to clipboard
highlightable: ^1.0.2 copied to clipboard

outdated

A text widget that makes it easy to highlight any letter/word you want

1.0.2 (15/08/21) #

  • Added detectWord property to focus on concrete matcher words

Example:

HighlightText(
  "Hello, Flutter!",
  highlightableWord: "flu, He",
  detectWords: true,
  defaultStyle: ...
  highlightStyle: ...
),
stwo

1.0.1 (11/08/21) #

  • Fixed lower/upper case matching problem

1.0.0 (11/08/21) #

Package Logo


HighlightText(
  'Hello World',
  highlightableWord: 'hello',
),
s1
License: MIT License: MIT CONTRIBUTING
17
likes
0
points
1.31k
downloads

Publisher

verified publishertheiskaa.com

Weekly Downloads

A text widget that makes it easy to highlight any letter/word you want

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on highlightable