Skip to content
Discussion options

You must be logged in to vote

Thanks for the quick reply.
I found a way with an internal flag calling updateAspectRatio to rebuild.

cropRotateEditor: CropRotateEditorConfigs(
  initAspectRatio: 1,
  enableRoundCropper: enableRoundCropper,
  ...
setState(() {
   enableRoundCropper = !enableRoundCropper;
   cropRotateEditor.updateAspectRatio(1);
});

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@hm21
Comment options

hm21 Jun 23, 2025
Maintainer

@allanwolski
Comment options

@hm21
Comment options

hm21 Jun 24, 2025
Maintainer

@allanwolski
Comment options

Answer selected by allanwolski
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants