Cretezy / flutter_linkify

Turns text URLs and emails into clickable inline links in text for Flutter
https://pub.dartlang.org/packages/flutter_linkify
MIT License
269 stars 101 forks source link

Support SelectableText #30

Closed MTRNord closed 4 years ago

MTRNord commented 4 years ago

In Flutter 1.9 there is a way to make text selectable. It would be awesome if this can be activated for this lib to allow text to get copied. :D

https://api.flutter.dev/flutter/material/SelectableText-class.html

Cretezy commented 4 years ago

Sounds fairly easy to support, will add over the weekend!

MTRNord commented 4 years ago

Awesome thanks!

Cretezy commented 4 years ago

Done! Sorry if it took a bit longer than expected. With v3.1.0 you can use SelectableLinkify!

MTRNord commented 4 years ago

Thanks a lot!

sherazahmad720 commented 2 years ago

There is no option to change the selection colours and handles colours when selecting a text. if you add this it will become awesome