GridView.builder( controller: _scrollController, cacheExtent: 200,
Use cacheExtent so that Flutter keeps the loaded images in memory and not discard them while they are not in view.