flyerhq / flutter_link_previewer

Customizable link and URL preview extracted from the provided text with the ability to render from the cache. Ideal for chat applications.
MIT License
72 stars 75 forks source link

Support more one option for selectable link or not #41

Closed huynguyennovem closed 2 years ago

huynguyennovem commented 2 years ago

Thanks for this useful package. But it will be nice if we have one more option that enable/disable link's selectable.

demchenkoalex commented 2 years ago

Hey @huynguyennovem I don't understand. Can you elaborate please?

huynguyennovem commented 2 years ago

Yes, for eg, the link is selectable as below image. I expect the package has one more option to enable/disable this selectable ability

Screen Shot 2022-04-04 at 9 35 10 AM
demchenkoalex commented 2 years ago

Ah I see, yeah, should be easy to add. If you use this inside the Flutter Chat UI - it is already added there, isTextMessageTextSelectable

demchenkoalex commented 2 years ago

I guess this was resolved already.