fweinaug / expandable_text

Flutter plugin with an expandable text widget

Home Page:https://pub.dev/packages/expandable_text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please add selectable text feature

arunkenjila opened this issue · comments

Flutter 3.3 introduced SelectionArea widget for that purpose. Unfortunatelly it does not have an effect on ExpandableText.

Reason:
Library is using TextSpan and RichText under the hood. This is not compatible with this new widget.

RichText(text: TextSpan(text: 'hello'))