DEV Community

Discussion on: Build a gallery app using Flutter

Collapse
 
aouahib profile image
Abdou Ouahib

I am not sure I understand.
First, we are not loading images from the internet, but from the phone storage.
Second, I don't think loading many images will cause any performance issues, since we'll be using (List/GridView).builder, so we'll only be displaying a few images each time.
You can check this github issue for more insights: github.com/flutter/flutter/issues/...