-
-
Notifications
You must be signed in to change notification settings - Fork 307
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
text with setState not work #27
Comments
@leapit, any updates regarding this issue? |
Since there is no reply coming from @leapit, I am closing this issue. Please feel free to reopen it if any problem exists. |
@aagarwal1012 Facing the same issue. I am unable to update the animated text using setState method.
|
For anyone who is still getting the issue ... make sure you pass in a ValueKey as the key to your TyperAnimatedTextKit ... then when you would setState it would update the widget for you |
This solution works perfectly for flutter projects using GetX package using Obx instead of setState. |
text with setState not work
code like this
When text state change
will got error
Flutter:
The text was updated successfully, but these errors were encountered: