chooyan-eng / crop_your_image

A flutter plugin which provides Crop Widget for cropping images.
https://pub.dev/packages/crop_your_image
Apache License 2.0
163 stars 139 forks source link

fix bug that withCircleUi flag doesn't work #135

Closed chooyan-eng closed 9 months ago

chooyan-eng commented 9 months ago

withCircleUi flag wasn't copied to _withCircleUi private field of _CropEditorState.

This resulted in the bug that withCircleUi: true doesn't show circle crop area.