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

WavyAnimatedText for text with shadows issue #332

Open Fatema-Jo opened 7 months ago

Fatema-Jo commented 7 months ago

Describe the bug WavyAnimatedText doesn't work as expected when the text has shadows, a copy of the shadow doesn't get animeted.

To Reproduce // when i use it on the text the letters get animated but not the shadow of the text

  1. AnimatedTextKit( animatedTexts: [ WavyAnimatedText('Waves', textStyle: TextStyle( shadows: const [ Shadow( color: Colors.white, offset: Offset(-3.0, 3.0)) ])), ], ),

Expected behavior it is expected for the shadow of the to be animated and not remain still.

Screenshots image

Flutter: Flutter 3.13.6 • channel stable

Dart: Dart 3.1.3