linkfy_text
linkfy_text copied to clipboard
Email addresses are marked although only url recognition is set
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