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

Linkify highlights also "." at the end of a link. #14

Closed nilsreichardt closed 4 years ago

nilsreichardt commented 4 years ago

A "." at the end of a link should not highlighted. Like: www.google.de.

Code:

Linkify(
    style: _greyTextStyle(context),
    linkStyle: linkStyle(context),
    text: "Besuche für weitere Informationen einfach https://www.sharezone.info.",
)

Result: image

Cretezy commented 4 years ago

Thanks for the report. Going to transfer to the underlying library

khal-it commented 4 years ago

any update on that ?

Cretezy commented 4 years ago

This has been added with v2.1.0.