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

Issue parsing bare domains #44

Closed Immortalin closed 3 years ago

Immortalin commented 3 years ago

Bare domains like google.com without www or http headers are not parsed.

EsteveAguilera commented 3 years ago

Can you check if this issue is the same as #40 , which I've fixed on PR #42

EsteveAguilera commented 3 years ago

@Immortalin can you check if works with the last package version 4.1.0?