-
Notifications
You must be signed in to change notification settings - Fork 120
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
Flutter 3.10.0 error Text object disappear #63
Comments
I was faced same issue in IOS 16.x with Flutter 3.10.x. Solution: |
Any possible solution for this issue? Except downgrading the flutter version? |
I have this issue and would like to avoid downgrading, I've also tried downgrading with fvm and still have the issue. |
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 /> |
Is there going to be a permanent fix for this? At some point the option to opt out of impeller is going to be removed:
|
2023-05-22.16.16.41.mov
The text was updated successfully, but these errors were encountered: