kekland / croppy

A fully customizable image cropper for Flutter, in Flutter
MIT License
105 stars 30 forks source link

Allowed aspect ratio is not applied when reset button is clicked #37

Closed khaven closed 3 months ago

khaven commented 3 months ago

I've initialized croppy with just 1:1 aspect ratio. I want to force users to just crop in 1:1 aspect ratio. But when reset button is clicked the crop aspect ratio is also gets reset and users able to crop without respecting the allowed aspect ratios.

talamaska commented 3 months ago

this is the same as https://github.com/kekland/croppy/issues/18

check my PR, use my fork if you want

kekland commented 3 months ago

Closing this, seems to be a duplicate of #18. A fix will be deployed in the next release