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

Added optional function to create text to show via callback #43

Closed rvasqz86 closed 3 years ago

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.

MagTuxGit commented 4 years ago

I need this "placeholder" option. Please, add this to the next version.

I'd rather make it like: final LinkTextBuilder buildLinkText;

Cretezy commented 4 years ago

Rather use a generic buildElement function.

This is already currently supported, simply run linkify yourself and you can copy the Linkify widget.

Cretezy commented 3 years ago

Closing this as it has been active for several months.

Feel free to reopen