fluttercommunity / fluttercommunity/flutter_blurhash
Cannot clone a disposed image
- Dominant language
- Dart
- Stars
- 574
- Forks
- 77
- PR merge metrics
- No merged PRs in 30d
Description
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)Ï
```

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.