2000calories / flutter_easy_rich_text

The EasyRichText widget provides an easy way to use RichText.
https://pub.dev/packages/easy_rich_text
MIT License
80 stars 33 forks source link

Missing SelectionChangedCallback #38

Closed nawaf11 closed 2 years ago

nawaf11 commented 2 years ago

Welcome, Many thanks for this great library.

I am using Selectable text: selectable: true

I want callback when user select some text..

I think flutter already have it: SelectionChangedCallback? onSelectionChanged

Should be added in EasyRichText?.

Thanks.

nawaf11 commented 2 years ago

Sorry it's already exist.