Skip to content
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

Cannot clone a disposed image #46

Open
YDA93 opened this issue Apr 21, 2022 · 1 comment
Open

Cannot clone a disposed image #46

YDA93 opened this issue Apr 21, 2022 · 1 comment

Comments

@YDA93
Copy link

YDA93 commented Apr 21, 2022

I know this is a duplicated issue.

Please consider a fix. Its causing headache while in development (non fatal exception).
As well as in production it's sending so many reports to Crashlytics.

Non-fatal Exception: io.flutter.plugins.firebase.crashlytics.FlutterError: Bad state: Cannot clone a disposed image.
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.. Error thrown Instance of 'ErrorDescription'.
       at Image.clone(Image.java)
       at ImageInfo.clone(image_stream.dart:51)
       at ImageStreamCompleter.setImage(image_stream.dart:635)Ï

Screen Shot 2022-04-21 at 10 38 12 PM

@YDA93
Copy link
Author

YDA93 commented Apr 24, 2022

Same error but this time has led to a crash

Screen Shot 2022-04-24 at 4 18 26 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant