Hi, I am using latest sdk version 1.0.3.
Facing issues in alignment of images when rotating , flipping etc mostly for landscape size images.
example code for rotation:
` MaterialPageRoute(
builder: (context) => ImageEditor.ImageEditor(
image: imageData!,
flipOption: null,
blurOption: null,
brushOption: null,
cropOption: null,
emojiOption: null,
textOption: null,
filtersOption: null,
imagePickerOption: null,
),
),`
This is is there even for all edit all layout.
Please have a look at the attached screenshots.
Please provide fix for this ASAP or let me know if there is any work around property to handle this.
Thanks,
Hi, I am using latest sdk version 1.0.3. Facing issues in alignment of images when rotating , flipping etc mostly for landscape size images. example code for rotation: ` MaterialPageRoute( builder: (context) => ImageEditor.ImageEditor( image: imageData!, flipOption: null, blurOption: null, brushOption: null, cropOption: null, emojiOption: null, textOption: null, filtersOption: null, imagePickerOption: null,
This is is there even for all edit all layout. Please have a look at the attached screenshots. Please provide fix for this ASAP or let me know if there is any work around property to handle this. Thanks,