simc / auto_size_text

Flutter widget that automatically resizes text to fit perfectly within its bounds.
https://pub.dev/packages/auto_size_text
MIT License
2.06k stars 240 forks source link

added selectable text property for web #113

Open Vikaskumar75 opened 2 years ago

cgutierr-zgz commented 1 year ago

it would be cool to also be able to set this via a property, there might be cases where you want this in non-web

breeze90 commented 1 year ago

Could anyone help me to understand how to make text selectable in flutter web? thanks.

cgutierr-zgz commented 1 year ago

Could anyone help me to understand how to make text selectable in flutter web? thanks.

Just use SelectionArea on top of the widget, for example

breeze90 commented 1 year ago

Selectionarea doesnt let you select text by double tapping it.

Tananga commented 1 year ago

+1