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

UrlElement text argument when humanize and removeWww are false #54

Open urfanalimov opened 1 year ago

urfanalimov commented 1 year ago

The text argument is not passed here. It results in loosing original text (httpor httpsis added)

https://github.com/Cretezy/linkify/blob/e5e1b7ef5ba28e94841744eb62ee72f6bcb3e44b/lib/src/url.dart#L72