hsbijarniya / image_editor_plus

Flutter Image Editor Plugin with simple, easy support for image editing using Paints, Text, Filters, Emoji and Sticker like stories.
MIT License
103 stars 103 forks source link

Image alignment issue when rotation and flip. Basically to all option edit layout. #69

Open Snehal4646 opened 8 months ago

Snehal4646 commented 8 months ago

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, IMG_0164 IMG_0163 IMG_0162