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

iOS white background issue by Impeller #2

Open
tinyjin opened this issue Mar 14, 2024 · 0 comments
Open

iOS white background issue by Impeller #2

tinyjin opened this issue Mar 14, 2024 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@tinyjin
Copy link
Owner

tinyjin commented Mar 14, 2024

ui.decodeImageFromPixels returns image on white background, it's currently forced by Impeller renderer which is new and default engine from iOS/Flutter v3.10.

(It could effect to android/impeller build. currently no effect because skia is still default for android)

To resolve this issue, the only way for now is turning off Impeller by editing Info.plist.

<key>FLTEnableImpeller</key>
<true/>

Wonder anybody knows about this issue and handles it with flutter team.
Probably, should be fixed by Impeller side in next flutter release.

[iOS build with Impeller(default)]
Simulator Screenshot - iPhone 15 Pro - 2024-03-14 at 21 05 12

[iOS build with Skia]
Simulator Screenshot - iPhone 15 Pro - 2024-03-14 at 21 03 56

@tinyjin tinyjin added bug Something isn't working help wanted Extra attention is needed labels Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant