linkfy_text
linkfy_text copied to clipboard
A lightweight flutter package to linkify texts containing urls, emails and hashtags
please add a readmore feature
Hi , Please add UTF-8 languages support like Persian and Arabic Thank you a lot
…ttern to include hyphens in domain names - Added test cases for hyphenated domains - Updated example app with hyphenated domain examples - Fixes #22
I have a domain which contains - in it. This library breaks the url after - and hence the page doesnot open
new regex I got asking an AI bot: // "http://localhost:22/icon" // "http://192.168.1.254/cgi-bin/apphosting.ha" String urlRegExp = r'(https?:\/\/)?(www\.)?([a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,6}|localhost|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})\b([-a-zA-Z0-9@:%_\+.~#?&//=]*)';
file:///home/user/xxx.png doesn't work
Linkify crashes on Safari