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

[Feature Request] Include phone and telephone numbers into this #17

Open itsgauravjain22 opened 4 years ago

itsgauravjain22 commented 4 years ago

I would request to detect mobile and telephone numbers and make them clickable, same as react-native.

Cretezy commented 4 years ago

Can you provide where React Native provides this? Parsing phone number is a hard problem, but I'm open to implementing it.

Also transferring to the underlying parsing library.

lukenewman commented 3 years ago

33