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

[proposition]: Allow Linkify to take TextSpan as parameter #110

Open Kiruel opened 1 year ago

Kiruel commented 1 year ago

Should be possible to:

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

In this configuration text parameter should be optionals.