-
-
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
Animated Text broken on iOS with new Flutter 3.10 (first version that uses Impeller on iOS by default) #310
Comments
Same |
Any fix? @aagarwal1012 |
Same here |
me too, |
me too |
follow |
Found a workaround by disabling Impeller.
Add the above code to the top of your info.plist file. This is just a quick fix, long-term solution would be an update of this package to work with now default Impeller. |
me too |
Also Experienced the same thing but once I disabled Impeller everything worked. Please do resolve this issue @aagarwal1012 please |
edit: edited for new flutter 3.10.
Describe the bug
Animated Text broken when using the new Impeller renderer on iOS. Text only appears when animation is finished.
To Reproduce
Steps to reproduce the behavior:
ColorizeAnimatedText
widget, for example.Expected behavior
Animated text should work like it does with Skia, the old renderer.
Flutter:
Additional context
This could be an issue with impeller or with animated text. Impeller is now the default renderer on iOS and should be feature complete.
The text was updated successfully, but these errors were encountered: