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

FlickerAnimatedText doesn't handle TextAlign #335

Open 3vmartinet opened 5 months ago

3vmartinet commented 5 months ago

Describe the bug When specifying TextAlign.center to FlickerAnimatedText, the text alignment remain set to its default value TextAlign.start.

To Reproduce Steps to reproduce the behavior:

  1. Instantiate a FlickerAnimatedText
  2. Lay it out so that if fills the full width of the screen
  3. Set the textAlign property to TextAlign.center
  4. Set the text to a long text so that the alignment issue can easily be spotted
  5. Run the app
  6. See error

Expected behavior The text should be center-aligned

Screenshots

Bildschirmfoto 2024-02-21 um 11 37 06

Flutter:

Dart:

Additional context Version 4.2.2 of animated_text_kit

Nimo11 commented 5 months ago

textAlign: textAlign, line 20 in flicker.dart is missing.