Answers for "flutter out of memory loading images"

0

flutter out of memory loading images

Use photo_gallery - https://pub.dev/packages/photo_gallery

Took some work to get it where I liked it, but it works for me... I've
load 50 thumbnail images in a grid without memory problems. The example
thumbnail image quality is low res. Set the height and width to something
more reasonable then 72x72, the default, to get better quality. I'm using
256x256 and no memory issues.

Yes I'm poqeteer as well.
Posted by: Guest on January-01-2021

Code answers related to "flutter out of memory loading images"

Browse Popular Code Answers by Language