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

Overflow field in SelectableLinkify #123

Open Shubham-VE opened 11 months ago

Shubham-VE commented 11 months ago

SelectableLinkify widget does not have an overflow field like Linkify widget has. Also if passing overflow: TextOverflow.ellipsis to Linkify it truncates the text to 1 line even if maxline field is null.