Open jayeshindianic opened 2 years ago
Came here looking for this to be used in flutter web
+1
Looks like https://github.com/leisim/auto_size_text/pull/94 is workaround
Moving this up from the rabbit hole:
Since Flutter 3.3 we can use:
return SelectionArea(
child: AutoSizeText('text'),
);
+1
Is your feature request related to a problem? Please describe. currently, users cant copy or select text from a string.
Describe the solution you'd like SelectableText Widget In Flutter
Version