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
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,
The text was updated successfully, but these errors were encountered:
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,
The text was updated successfully, but these errors were encountered: