hsbijarniya / image_editor_plus

Flutter Image Editor Plugin with simple, easy support for image editing using Paints, Text, Filters, Emoji and Sticker like stories.
MIT License
103 stars 103 forks source link

Lock up when cropping or using the brush tool #77

Open mstich-mcmservices opened 5 months ago

mstich-mcmservices commented 5 months ago

While attempting to edit an image, if I navigate to say, the crop function or the brush function, image_editor_plus transitions to those screens but I get the busy indicator and it never goes away.

From outward appearance, it looks like the call to:

LoadingScreen(scaffoldGlobalKey).hide();

is either failing or has no effect.

Is anyone else experiencing this with the latest release? I have tried this on both iOS and Android with similar results.

Regards.

Laplace00 commented 4 months ago

I am experiencing the same issue

While attempting to edit an image, if I navigate to say, the crop function or the brush function, image_editor_plus transitions to those screens but I get the busy indicator and it never goes away.

From outward appearance, it looks like the call to:

LoadingScreen(scaffoldGlobalKey).hide();

is either failing or has no effect.

Is anyone else experiencing this with the latest release? I have tried this on both iOS and Android with similar results.

Regards.

Apliarte commented 2 months ago

Good everyone, the same thing is happening to me. Did you solve the problem or have you used an alternative? Thanks