bluefireteam / bitmap

A Flutter package for manipulating bitmaps
MIT License
176 stars 34 forks source link

flutter gallery #15

Closed virshlee closed 1 year ago

virshlee commented 4 years ago

I want to make a gridview that depicts all the recent pictures like in instagram's or messenger's chat, but I can't make it smooth. Do you have any idea? I should isolate also the bitmap generation from imageprovider besides the resizing, or any other solution? I think I cannot load all the Uint8Lists in the memory as there are about a few thousands picture on an average phone so that would take too much memory.

renancaraujo commented 2 years ago

Seems outside of the scope of a photo editing library.