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

ImageStreamCompleter._checkDisposed fails in production app #177

Closed
LucasG04 opened this issue Oct 13, 2022 · 0 comments · Fixed by #179
Closed

ImageStreamCompleter._checkDisposed fails in production app #177

LucasG04 opened this issue Oct 13, 2022 · 0 comments · Fixed by #179
Labels
bug Something isn't working

Comments

@LucasG04
Copy link
Owner

LucasG04 commented Oct 13, 2022

Crashlytics catches an error several times lately when loading images which causes the app to crash. The reason for this error seems to be this: Baseflow/flutter_cached_network_image#785

There is already a solution that needs to be applied: Baseflow/flutter_cached_network_image#777

Adjust pubspec.yaml like this:

  cached_network_image:
    git:
      url: https://github.com/SuaMusica/flutter_cached_network_image.git
      ref: feature/errorListener
      path: cached_network_image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant