Changes are beign applied never finish #667
Replies: 1 comment
-
|
When the progress spinner stays on forever, it usually means a crash has occurred. I can’t say exactly what the cause is, and since the code you posted depends on a lot of other things, I can’t directly reproduce the issue with just that snippet. Could you create a minimal example that includes only the image editor and the necessary config without other dependencies like GetX?
Yes, by default it's best to call FYI: In very old versions of the image editor, there was a bug where calling |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I run my code, the 'changes are being applied' message never completes.
Flutter 3.35.4 • channel stable • https://github.com/flutter/flutter.git Framework • revision d693b4b9db (6 days ago) • 2025-09-16 14:27:41 +0000 Engine • hash feee8ee8fb8b975dd9990f86d3bda11e6e75faf3 (revision c298091351) (7 days ago) • 2025-09-15 14:04:24.000Z Tools • Dart 3.9.2 • DevTools 2.48.0Additional context: This behavior is reproducible across multiple versions of the flutter
my code to example:
Show Code
Sorry if it wasn’t clear, but from reading the documentation I understood that it’s a good idea to have a Navigator.pop at the end of onComplete, right? Do you have any other tips to make sure it doesn’t freeze or anything like that… basically to ensure a clean run?
Beta Was this translation helpful? Give feedback.
All reactions