flutter_linkify icon indicating copy to clipboard operation
flutter_linkify copied to clipboard

[proposition]: Allow Linkify to take TextSpan as parameter

Open Kiruel opened this issue 2 years ago • 0 comments

Should be possible to:

Linkify(
  textSpan: TextSpan('My text'),
)

In this configuration text parameter should be optionals.

Kiruel avatar Oct 10 '22 09:10 Kiruel