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
263 stars 99 forks source link

Specify minLines #73

Closed Chralu closed 3 years ago

Chralu commented 3 years ago

Hi,

thanks for that great widget :)

SelectableLinkify expose maxLines property which is pretty handy. In some cases, you could need for minLines as well.

I will submit a simple fix to pass minLines to the underlying text widget.

Cretezy commented 3 years ago

Fixed with https://github.com/Cretezy/flutter_linkify/pull/74 (release v4.1.0)