aagarwal1012 / aagarwal1012/Animated-Text-Kit

WavyAnimatedText for text with shadows issue

Ouverte
#332 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Dart
Étoiles
1.8k
Forks
321
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

**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](https://github.com/aagarwal1012/Animated-Text-Kit/assets/115576332/5eaa936a-a14c-4d92-a57c-3b4503198ce5)

**Flutter:**
Flutter 3.13.6 • channel stable

**Dart:**
Dart 3.1.3

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.