Closed lauraldo closed 2 years ago
can you send me the text and words you're trying to highlight, please?
For example:
Text: "Security" Words: {"sec"}
That's new for me. I didn't know it would work like that. I'll try to fix it this weekend.
Actually, I just fixed it. But I'm not able to upload it to pub.dev any soon, so you'll need to import it from github
Great, thanks a lot!
Text not matching pattern by case is not highlighted.
In
highlight_text.dart
, line 96, loop condition containsword.allMatches(text).length
, which is case-sensitive.