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

A problem with FlickerAnimatedText class #329

Open CZew2003 opened 9 months ago

CZew2003 commented 9 months ago

So I have noticed that textAlign doesn't work and I have tried to fix this problem. I have found one issue with this class. In the constructor, you don't use the textAlign field to the superclass and so, the align will be defaulted with TextAlign.start, so it won't be customizable. I will attach a dart file that works for me, although it's just a line of cod. Hope I will help you with the further development of the kit. Good luck in the future. flicker_animated_text_corrected.zip