Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant