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
262 stars 99 forks source link

Links with rare domains doesn't work #133

Open Mounix99 opened 4 months ago

Mounix99 commented 4 months ago

For example users in my app uses this link https://ticketco.events and it wasn't detected as a link. Or if someone knows how to add specific domains to be detected, please provide a snippets

Mounix99 commented 4 months ago

It doesn't work with option looseUrl: true

Mounix99 commented 2 months ago

Can someone help with this ?

Mounix99 commented 1 month ago

@Cretezy