Skip to content
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

Open
farmerswalker opened this issue May 22, 2023 · 5 comments
Open

Flutter 3.10.0 error Text object disappear #63

farmerswalker opened this issue May 22, 2023 · 5 comments

Comments

@farmerswalker
Copy link

2023-05-22.16.16.41.mov
@kundanlal5555
Copy link

kundanlal5555 commented Jul 29, 2023

I was faced same issue in IOS 16.x with Flutter 3.10.x.

Solution:
Downgrade flutter version to 3.7.10 (Use flutter version 3.7.10). work fine in IOS 16.x

@UttamPanchasara
Copy link

UttamPanchasara commented Jul 31, 2023

Any possible solution for this issue? Except downgrading the flutter version?

@alistair-riskmemo
Copy link

alistair-riskmemo commented Aug 22, 2023

I have this issue and would like to avoid downgrading, I've also tried downgrading with fvm and still have the issue.

@synapticvoid
Copy link

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:

flutter run --no-enable-impeller

You can also disable it when deploying your app, in your app's Info.plist:

 <key>FLTEnableImpeller</key>
  <false />

@alistair-riskmemo
Copy link

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:

[IMPORTANT:flutter/shell/common/shell.cc(454)] [Action Required] The application opted out of Impeller by either using the --no-enable-impeller flag or FLTEnableImpeller=false plist flag. This option is going to go away in an upcoming Flutter release. Remove the explicit opt-out. If you need to opt-out, report a bug describing the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants