79730017

Date: 2025-08-08 16:29:59
Score: 1
Natty:
Report link
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.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jas