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

Url not opening in slectable linkify #55

Closed Xatta-Trone closed 3 years ago

Xatta-Trone commented 4 years ago

hello...thank you for making this awesome package. I am using this for one of my projects. However, Linkify widget is working as expected, but when I changed it to SelectableLinkify then the link is not working anymore. but the text can be selected. how to implement both behaviour ?

jamesilloyd commented 4 years ago

I am also having this problem as well.

cmaster11 commented 4 years ago

I think this was related to https://github.com/Cretezy/flutter_linkify/issues/31 , and it is now officialy in stable as of Flutter 1.20.0 release. Verified myself this is now working!

Can you please try to use the latest stable? 😄

Cretezy commented 3 years ago

Yes, this should now be fixed in the latest versions of Flutter!