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

Add linking for phone numbers #52

Closed Senne021 closed 1 year ago

Senne021 commented 2 years ago

Add a PhoneNumberLinkifier that parses phone numbers. This PR is more or less a null safe version of this PR with additional tests.