-
Notifications
You must be signed in to change notification settings - Fork 66
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
Bad state: Cannot clone a disposed image #40
Comments
Have you found any workaround? |
After installing and applying the I believe this issue might be related to the usage of Slivers or widget rebuildings. Any news about this? |
Any expectation about this? @Solido |
Hey folks, I created a minimal reproducible example for this, check the video below with an easy way to reproduce this: BAD_STATE.mp4For more details and to see the code example above: |
Use Before: After: |
@kienvtqhi can you add evidence in video here?
|
The clone() method of a previously-disposed Image was called. Once an Image object has been disposed, it can no longer be used to create handles, as the underlying data may have been released.
Navigate new screen and back to blur hash screen, I am getting this error
The text was updated successfully, but these errors were encountered: