aagarwal1012 / Animated-Text-Kit

🔔 A flutter package to create cool and beautiful text animations. [Flutter Favorite Package]
https://animated-text-kit.web.app
MIT License
1.64k stars 306 forks source link

Make TyperAnimatedText selectable #328

Open sunildhiman90 opened 10 months ago

sunildhiman90 commented 10 months ago

Describe the bug Make TyperAnimatedText selectable, becoz in case if i need to select that text on top , i cant select and copy the text. Or PLease let me know if we can do that already and i am missing something.

sunildhiman90 commented 10 months ago

And one more thing, can we add links like Rich Text

sunildhiman90 commented 10 months ago

One suggestion, we just need to replace Text widget inside AnimatedText class with SelectableText class. Its working fine, i tried it after creating custom class. If you wish, i can contribute