Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue when parsing link inside parentheses/brackets #39

Open
sizitnik opened this issue Jan 5, 2021 · 2 comments
Open

Issue when parsing link inside parentheses/brackets #39

sizitnik opened this issue Jan 5, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@sizitnik
Copy link

sizitnik commented Jan 5, 2021

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?

@Cretezy Cretezy transferred this issue from Cretezy/flutter_linkify May 13, 2021
@Cretezy
Copy link
Owner

Cretezy commented May 13, 2021

Moved this to underlying parsing library.

@Cretezy Cretezy added the bug Something isn't working label May 13, 2021
@sgehrman
Copy link

sgehrman commented Mar 29, 2023

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants