-
-
Notifications
You must be signed in to change notification settings - Fork 672
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StateError: Bad state: Cannot clone a disposed image
after app changes lifecycle
#746
Comments
Same here, except I don't even need to pop a page. The exception come from:
|
It happens only in iOS to me, I'll update the issue. |
Any update on this? |
Hi I have this issue but I don't have Edit: Found this flutter/flutter#110129. Issue is fixed but not yet in stable. Fix is in master |
Same here, I'm using bugsnag and it happens on both iOS and android. |
Im pretty sure this is already fixed in the latest stable version of Flutter. Could you reproduce it with flutter 3.7.4? |
I got it in production using Flutter 3.7.7 |
My app uses the (currently) latest Flutter 3.10.6, and I'm also experiencing this error after I go to home and then go back to the app. iPhone 12 mini, iOS 16. |
@bartekpacia Did you by any chance find a solution? |
Nope, there's no solution. This package has a bug that has to be fixed. |
Same problem here. Have been using this library for a long time without problems but now I've received in sentry a lot of events for this bug. |
Use Before: After: |
Hello I have the same problem with flutter 3.16.8, it happened since the last update of the package with octo set and the extensions |
🔙 Regression
Hi, I have received 300 events in 14 days in Sentry that some users are getting an error related with images and I think this package may have to do with it (as I do not manipulate images directly, nor another package that I have... Also the issue may be related to #513.).
I am getting these two errors after app lifecycles changes.
Reproduction steps
I have the following breadcrumbs (may be incomplete, but will provide more info as I get):
Configuration
flutter doctor -v
Plugin version:
cached_network_image: ^3.2.1
Platform:
The text was updated successfully, but these errors were encountered: