aagarwal1012 / aagarwal1012/Animated-Text-Kit

Height of RotateAnimatedText should be static and take biggest text

Ouverte Adaptée aux débutants
#338 0 commentaires 2 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

Height of RotateAnimatedText should be static and take biggest text. When we have multiple texts with different line size then when the text changes, during the transaction from one text to another all the widgets below it comes up. It looks weird.

**Expected behavior**
Height of the widget should take max text size and make it static so that on the change of the text from one to another. Other widgets below it does not get impacted.

Guide de contribution

Ouvrir le guide de contribution

Piste de recherche

Look at the RotateAnimatedText widget in the package. The issue is about the widget's height changing during text transitions, causing layout shifts. Find where the widget calculates its size, likely in the build or layout methods. Compare the heights of the provided text strings and ensure the container uses the maximum height statically. Test by creating a sample with texts of different line counts and verifying the surrounding widgets don't move.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
dart, flutter
Domaine
frontend, mobile
Type d'issue
Bug
Difficulté
2/5
Temps estimé
1-3 heures
Activité
À l'abandon
Clarté
Clairement spécifiée
Accessibilité débutants
65/100

Recevez les nouvelles issues par e-mail

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