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

Change presentation text #66

Closed josemauromani closed 3 years ago

josemauromani commented 3 years ago

I need to change the presentation text of a link. I have an pdf file to show as a link but i wanna show only the file name or an icon as a link and not the entire url.

Cretezy commented 3 years ago

You will need to use either a custom parser (see linkify), or build the output of the parser yourself.

Alternatively, you could also modified the output of the parser.