My iPhone overheats excessively after the 3.27 update


Hi,

Since I switched to the latest version, I’ve noticed that my phone heats up excessively during debugging. Even when no other apps are running on the phone, it still overheats significantly.

I had to disable the Impeller update for Android, and I think there might be an issue for iOS as well.

Have you noticed your device heating up during debugging after the Flutter 3.27 update?

1 Like

The Flutter iOS team isn’t aware of any such problems. Can you reproduce with a new empty app?

If not, could you try creating the minimal app that reproduces the problem?

1 Like

Hello @loic-sharma,

I found out the problem is caused by an animation.
I use the flutter_animate package for animations, and I have a button with a shimmer effect.

When I activate the animation, CPU usage is increasing. When I disable it, everything seems fine.

I have created a repo to produce the issue: GitHub - hasimyerlikaya/flutter_debugging

And I have also created an issue on the flutter_animate repo too.

3 Likes

Hey @hasim can you please share the issue link you have created to flutter_animate package.

Hi,

Flutter got a fix, and I didn’t test it after that. Here is the issue:
https://github.com/gskinner/flutter_animate/issues/146