Package Version
12.0.0
Flutter Version
3.35.2
Platforms
Android
How to reproduce?
I first encountered this issue in version 11.14.1.
Back then, setting customPixelRatio to 3.0 seemed to fix it.
After updating to version 12.0.0, the white space issue started happening again when cropping a photo with the crop editor.
Is there any other possible cause for this issue?



Logs (optional)
Example code (optional)
imageGeneration: const ImageGenerationConfigs(
maxOutputSize: Size.square(1024),
customPixelRatio: 3.0,
enableBackgroundGeneration: false,
processorConfigs: ProcessorConfigs(
processorMode: ProcessorMode.minimum,
),
enableUseOriginalBytes: true,
),
Device Model (optional)
Samsung Galaxy S25
Package Version
12.0.0
Flutter Version
3.35.2
Platforms
Android
How to reproduce?
I first encountered this issue in version 11.14.1.
Back then, setting customPixelRatio to 3.0 seemed to fix it.
After updating to version 12.0.0, the white space issue started happening again when cropping a photo with the crop editor.
Is there any other possible cause for this issue?
Logs (optional)
Example code (optional)
Device Model (optional)
Samsung Galaxy S25