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
269 stars 101 forks source link

Text Overflowing is not handled #60

Closed varsvat closed 3 years ago

varsvat commented 3 years ago

We can not use any type of overflow techniques(like ellipsis , fade , etc..) which are available with the normal text widget

Cretezy commented 3 years ago

Closing as we now have the overflow option (been a while). Feel free to reopen if doesn't solve your issue