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

Flutter: ImageCache from Network make application crash #332

Closed
viktor-morin opened this issue Feb 7, 2020 · 5 comments
Closed

Flutter: ImageCache from Network make application crash #332

viktor-morin opened this issue Feb 7, 2020 · 5 comments
Labels
status: needs more info We need more information before we can continue work on this issue.

Comments

@viktor-morin
Copy link

See my issue here:

https://stackoverflow.com/questions/60122111/flutter-imagecache-from-network-make-application-crash

@renefloor
Copy link
Contributor

I don't really know what is happening here. Can you create a minimal example to reproduce this issue?

@renefloor renefloor added the status: needs more info We need more information before we can continue work on this issue. label Feb 21, 2020
@viktor-morin
Copy link
Author

Problem is solved, see stackoverflow issue.

@renefloor
Copy link
Contributor

@viktor-morin so was the solution in the slivergrid with addAutomaticKeepAlives: false
or in making sure that:
All images exist (no 404)
All images is max 500x500 (before some where 4000x4000)
All images is now compressed

@viktor-morin
Copy link
Author

@renefloor
I did both, but my feeling is that following changes had most impact:

All images exist (no 404)
All images is max 500x500 (before some where 4000x4000)
All images is now compressed

@renefloor
Copy link
Contributor

Thanks, probably a combination of #273 and #260 than

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs more info We need more information before we can continue work on this issue.
Projects
None yet
Development

No branches or pull requests

2 participants