You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Really thanks for making this package and it has proven to be quite useful for us. There's one issue however that I found. If looseUrl is set to true then words at the end of sentences are also considered as valid links. It disregards the space after the period. I'm not sure if this is the right package for this issue but I'm still going to add it here.
I have the same problem. You could consider changing the _looseurlRegex in UrlLinkifier to (https?:\/\/)?(www\.)?[-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,4}\b([-a-zA-Z0-9@:%_\+.~#?&//=]*)? Check out more examples here
Hey!
Really thanks for making this package and it has proven to be quite useful for us. There's one issue however that I found. If
looseUrl
is set totrue
then words at the end of sentences are also considered as valid links. It disregards the space after the period. I'm not sure if this is the right package for this issue but I'm still going to add it here.Here's a live example.
And here's a code snippet.
I'm using package version
flutter_linkify: 3.1.2
and flutter version1.12.13+hotfix.8
.Looking forward to hearing from you!
Thanks again for this package.
Cheers.
The text was updated successfully, but these errors were encountered: