Cretezy / flutter_linkify

Turns text URLs and emails into clickable inline links in text for Flutter
https://pub.dartlang.org/packages/flutter_linkify
MIT License
263 stars 99 forks source link

Please support custom LinkType #26

Closed AndroidMing closed 4 years ago

AndroidMing commented 4 years ago

Our project needs to identify url without the prefix "http://", such as "www.google.com". If I can pass a custom RegExp as param, many cases can be supported. Thanks.

Cretezy commented 4 years ago

This is now possible with linkify v2 (out in this library's v3). You can pass a custom linkifier, see https://github.com/Cretezy/linkify for more information!