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 test.m@gmail.com', 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