Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ColorizeAnimatedText() stumbles on the first letter #266

Open
MakufonSkifto opened this issue Aug 26, 2021 · 2 comments
Open

ColorizeAnimatedText() stumbles on the first letter #266

MakufonSkifto opened this issue Aug 26, 2021 · 2 comments

Comments

@MakufonSkifto
Copy link

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,
                  )
                ),
@MakufonSkifto
Copy link
Author

Hello? @aagarwal1012

@namlhse02285
Copy link

Same as #241

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants