Animated-Text-Kit icon indicating copy to clipboard operation
Animated-Text-Kit copied to clipboard

ColorizeAnimatedText() stumbles on the first letter

Open mrsrmn opened this issue 3 years ago • 2 comments

Describe the bug In the Colorize animation, the animation stumbles on the first letter, and only then goes through the whole word. I checked it on different simulators and on a real Android device, it is displayed the same everywhere.

To Reproduce Steps to reproduce the behavior:

  1. Use ColorizeAnimatedText() anywhere. It gives the same behavior all the time.

Expected behavior Just like how it is in https://pub.dev/packages/animated_text_kit#colorize

Screenshots enter image description here

Flutter:

  • version 2.2.3
  • channel stable

Dart:

  • version 2.13.4

Additional context My code:

Padding(
                  padding: EdgeInsets.only(top: 10),
                  child: AnimatedTextKit(
                    animatedTexts: [
                      ColorizeAnimatedText(
                        "Test Text",
                        colors: colorizeColors,
                        textStyle: GoogleFonts.inconsolata(fontSize: 27),
                      ),
                    ],
                    pause: Duration(milliseconds: 0),
                    isRepeatingAnimation: true,
                    repeatForever: true,
                  )
                ),

mrsrmn avatar Aug 26 '21 06:08 mrsrmn

Hello? @aagarwal1012

mrsrmn avatar Sep 12 '21 07:09 mrsrmn

Same as #241

namlhse02285 avatar Sep 26 '21 08:09 namlhse02285