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.65k stars 305 forks source link

Add Leading Text and Following Text support #275

Closed Inspector-Butters closed 2 years ago

Inspector-Butters commented 2 years ago

It would be good to have a way to use the animations in line with other text. or to declare a leading text and a following text.

something like: "Hello [animated text], good morning!"

I think this could be easily done by putting the texts in a row.

aagarwal1012 commented 2 years ago

You can do this easily with the Text, AnimatedText, and Text widgets inside a Row widget. Closing this issue for now.