desconexo / highlight_text

A flutter plugin to highlight words from a text
MIT License
30 stars 22 forks source link

feat: add highlight builder #52

Closed Thientran2910 closed 3 months ago

Thientran2910 commented 1 year ago

I see WidgetSpan and TextSpan can not no use base line. I use same font size, same height, same leadingDistribution, ... but still not same baseline I'm try use provide props , but highlight text and normal text not same base line Group 427319185

So, I added highlight builder widget function for user can strong customize. This is result when use highloightBuilder function: use_highlight_builder