linkfy_text icon indicating copy to clipboard operation
linkfy_text copied to clipboard

Email addresses are marked although only url recognition is set

Open jul3zian opened this issue 5 months ago • 0 comments

Hi, thanks for this nice package! I found a little bug that email addresses are marked although only url recognition is set

Steps to reproduce: Add the following LinkifyText() LinkifyText( 'www.google.com hey whats up [email protected]', linkTypes: const [LinkType.url], linkStyle: TextStyle(color: Colors.blue), textAlign: TextAlign.center, onTap: (link) { }, )

Result: The url an the email adress are marked.

Expected: Only the url is marked.

Flutter Version: 3.32.7 linkfy-version: ^1.1.6

jul3zian avatar Jul 23 '25 07:07 jul3zian