Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Copy text in flutter along with text styling

The textview in flutter has some styling(Font family,color,style etc) and when I try to copy the text, only the text value gets copied but I need styling also.

like image 998
Gaurav05 Avatar asked Nov 06 '25 12:11

Gaurav05


1 Answers

styling properties are given to display text in given Style it is not the property of text. Text is copied in UTF byte Format so, When you copy text Only text gets copied the style and Other property does not get copied.

like image 177
rishabh mistry Avatar answered Nov 09 '25 06:11

rishabh mistry



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!