linkify icon indicating copy to clipboard operation
linkify copied to clipboard

Issue when parsing link inside parentheses/brackets

Open sizitnik opened this issue 5 years ago • 2 comments

First, thanks for this nice package. Currently when link is placed inside parentheses, ex: "Some text before (https://github.com/Cretezy/flutter_linkify).", this URL is parsed together with closing parentheses ")" making it invalid URL. Result: https://github.com/Cretezy/flutter_linkify) Would it be possible to exclude parentheses/brackets when they are wrapped around the URL string?

sizitnik avatar Jan 05 '21 12:01 sizitnik

Moved this to underlying parsing library.

Cretezy avatar May 13 '21 16:05 Cretezy

same issue, 2 years later. Does dart even have a working linkifier?

This fork works better https://github.com/Mikhail-Ivanou/linkify

sgehrman avatar Mar 29 '23 04:03 sgehrman