fluttercandies / flutter_image_editor

Flutter plugin, support android/ios.Support crop, flip, rotate, color martix, mix image, add text. merge multi images.
Apache License 2.0
421 stars 129 forks source link

How to handle orientation change? #54

Closed UlanNurmatov closed 3 years ago

UlanNurmatov commented 4 years ago

When changing orientation from portrait to landscape and vice versa, the editor doesn't keep the changes made and image changes its scale (getting bigger or smaller). What is the best way to handle the orientation change or should it be used only in portrait mode?

CaiJingLong commented 3 years ago

This library only processes image data, and the UI has nothing to do with this library.