Cretezy / linkify

Low-level link (text, URLs, emails) parsing library in Dart
https://pub.dartlang.org/packages/linkify
MIT License
62 stars 50 forks source link

Could not able to identify the valid url #24

Closed SureShDood closed 3 years ago

SureShDood commented 4 years ago

I have tried to without https://, Could not able to get the valid url.

Example. I try to give www.facebook.com , facebook.com it's not recognised the valid url. i given the looseUrl option true. All dots (.) considered the url format.

Cretezy commented 4 years ago

Need more detail for this issue. Not sure what you are talking about. Please provide logs and code if possible

SureShDood commented 4 years ago

photo_2020-05-28_19-24-10

Please refer this image.

Cretezy commented 4 years ago

Going to move to parsing library and will address shortly

Cretezy commented 3 years ago

Took a deeper look at this.

www.facebook.com is not a valid URL. Only https://www.facebook.com is. It seems the library is acting correctly.

Parsing of www. URLs without loose URLs enable has been added recently though.

The dots will be addressed inside https://github.com/Cretezy/linkify/issues/25