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

Animated Text broken on iOS with new Flutter 3.10 (first version that uses Impeller on iOS by default) #310

Open
anzbert opened this issue Apr 15, 2023 · 10 comments

Comments

@anzbert
Copy link

anzbert commented Apr 15, 2023

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:

  1. Use the new Impeller renderer on iOS, by upgrading flutter to 3.10.
  2. Use an ColorizeAnimatedText widget, for example.
  3. Start your app on the simulator or on device
  4. The animated text just shows up when animation is done.

Expected behavior
Animated text should work like it does with Skia, the old renderer.

Flutter:

  • 3.10.0
  • stable

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.

@anzbert anzbert changed the title Animated Text just showing as Black with Impeller on iOS Animated Text broken on iOS with new Flutter 3.10 (first version that uses Impeller on iOS by default) May 11, 2023
@Alvish0407
Copy link

Same

@rakib205
Copy link

Any fix? @aagarwal1012

@yelkamel
Copy link

Same here

@ngmduc2012
Copy link

me too,

@thomasp7983
Copy link

me too

@andyshephard
Copy link

flutter/flutter#120003

@tall-nuts
Copy link

follow

@fannnu
Copy link

fannnu commented Jul 25, 2023

Found a workaround by disabling Impeller.

  <key>FLTEnableImpeller</key>
  <false />

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.
@aagarwal1012

@jplauber
Copy link

me too

@Khondwani
Copy link

Also Experienced the same thing but once I disabled Impeller everything worked. Please do resolve this issue @aagarwal1012 please

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