Hey everyone,
I’ve been testing my Flutter app on several low-end Android devices, and I’ve noticed that Impeller consistently causes performance issues — things like frame drops, visible UI jank, and occasional GPU-related warnings. After disabling Impeller and switching back to Skia, the performance on these weaker devices improves noticeably.
Before I proceed with this setup for production, I wanted to ask the community:
- Does disabling the Impeller negatively affect performance on mid-range or high-end Android devices?
- Have you run into any issues with animations, rendering quality, or visual consistency after switching back to Skia?
- Are there any known concerns when publishing to Google Play with Impeller disabled?
- And most importantly, what has your real-world experience been like?
I’d really appreciate any insights from developers who have shipped apps or done extensive testing with Impeller turned off.
Thanks! ![]()