You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
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)]
[iOS build with Skia]
The text was updated successfully, but these errors were encountered:
ui.decodeImageFromPixels
returns image on white background, it's currently forced by Impeller renderer which is new and default engine from iOS/Flutterv3.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
.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)]
[iOS build with Skia]
The text was updated successfully, but these errors were encountered: