Package Version
11.11.0
Flutter Version
Flutter 3.35.6 • channel stable
Platforms
iOS, Android
How to reproduce?
In version 11.10.1, when adding:
ProImageEditorConfigs(
imageGeneration: const ImageGenerationConfigs(cropToImageBounds: false)
)
, images were cropped without filling the cropped area with white (considering I'm using CropRotateEditorConfigs(initialCropMode: CropMode.oval)).
In version 11.11.0, the image is being cropped with those white borders, regardless the cropToImageBounds: false:
Logs (optional)
Example code (optional)
Device Model (optional)
No response
Package Version
11.11.0
Flutter Version
Flutter 3.35.6 • channel stable
Platforms
iOS, Android
How to reproduce?
In version 11.10.1, when adding:
, images were cropped without filling the cropped area with white (considering I'm using
CropRotateEditorConfigs(initialCropMode: CropMode.oval)).In version 11.11.0, the image is being cropped with those white borders, regardless the
cropToImageBounds: false:Logs (optional)
Example code (optional)
Device Model (optional)
No response