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 placed between parentheses are not parsed correct #126

Open RutgerVleuten opened 8 months ago

RutgerVleuten commented 8 months ago

When having a string using the default regex for the UrlLinkifier: "some string with (http://url.com) between parentheses" is parsed as http://url.com) would expect http://url.com excluding the ")".

Lilian-C commented 4 weeks ago

Same problem here, is there any way to fix this ?