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

Important feature request #137

Open arabnology opened 2 months ago

arabnology commented 2 months ago

Hello

We need onLongPress callback, same as onOpen function.

void Function(LinkableElement)? onOpen void Function(LinkableElement)? onLongPress

It is important, for example, if the user wants to copy the link or the email.

onOpen will open the link. onLongPress will copy the link.