linkify
linkify copied to clipboard
Issue when parsing link inside parentheses/brackets
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?
Moved this to underlying parsing library.
same issue, 2 years later. Does dart even have a working linkifier?
This fork works better https://github.com/Mikhail-Ivanou/linkify