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
262 stars 99 forks source link

Callback function for once link is found? #100

Open cybertheory opened 2 years ago

cybertheory commented 2 years ago

Hi! I want to generate link previews for my links. It would be very helpful to have linkify do the link extraction and then pass the link into another widget. Would this be possible to implement? I'll take a look into this as well and maybe make a PR in the future!

Yogesh-Dubey-Ayesavi commented 1 year ago

did you got something ?