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

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

Open anzbert opened this issue 2 years ago • 10 comments
trafficstars

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 avatar Apr 15 '23 02:04 anzbert

Same

Alvish0407 avatar May 13 '23 04:05 Alvish0407

Any fix? @aagarwal1012

rakib205 avatar May 15 '23 05:05 rakib205

Same here

yelkamel avatar May 18 '23 16:05 yelkamel

me too,

ngmduc2012 avatar May 23 '23 15:05 ngmduc2012

me too

thomasp7983 avatar May 26 '23 13:05 thomasp7983

https://github.com/flutter/flutter/issues/120003

andyshephard avatar May 30 '23 14:05 andyshephard

follow

tall-nuts avatar Jun 06 '23 15:06 tall-nuts

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

fannnu avatar Jul 25 '23 06:07 fannnu

me too

jplauber avatar Aug 21 '23 15:08 jplauber

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

Khondwani avatar Oct 07 '23 23:10 Khondwani