hm21 / pro_image_editor

The pro_image_editor is a Flutter widget designed for image editing within your application. It provides a flexible and convenient way to integrate image editing capabilities into your Flutter project.
https://hm21.github.io/pro_image_editor/
BSD 3-Clause "New" or "Revised" License
94 stars 59 forks source link

[Bug]:Regression on non-full screen editor #164

Closed Chris2137 closed 1 month ago

Chris2137 commented 1 month ago

Package Version

3.0.15 / 4.2.7

Flutter Version

3.22.0

Platforms

Android, iOS

How to reproduce?

Hi @hm21 ,

It's me again, (to recall memory, I'm referring to this discussion https://github.com/hm21/pro_image_editor/discussions/51), specifically, the problem of image got shifted up when enter editor mode happens again. image

I updated my branch to latest code so you could easily reproduce, could you kindly please help to look into it again? https://github.com/hm21/pro_image_editor/pull/163

Many thanks, Chris

Logs (optional)

No response

Example code (optional)

#163

Device Model (optional)

No response

hm21 commented 1 month ago

Hi Chris,

Thank you for reporting this issue with the example code, that helped me a lot to resolve it fast. I released version 4.2.8 which should work now. Please let me know if the issue persists by you after you updated.

Chris2137 commented 1 month ago

It works perfect! Thanks a lot @hm21 for your quick action.