-
Notifications
You must be signed in to change notification settings - Fork 111
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
lagging on ios #67
Comments
I was faced same issue in IOS 16.x with Flutter 3.10.x. Solution: |
I reproduce in Flutter 3.13.0 and iOS 16.5.1 |
The problem seems to be linked to the new Flutter rendering engine, Impeller, which is now enabled by default on iOS. Disabling it seems to fix the issue:
You can also disable it when deploying your app, in your app's <key>FLTEnableImpeller</key>
<false /> |
Any other way yet? |
looks like it only happens for the first few drawables. once there are enough drawables the bug goes away
Can reproduce on iPhone 14 pro max simulator and iPad Mini (6th gen) simulator, and a real iPhone 14 Pro max device. Didn't try others but I believe it will give the same result. BTW, the web version works fine.
Screen.Recording.2023-07-23.at.12.17.03.pm.mov
The text was updated successfully, but these errors were encountered: