فهرست منبع

Cache more stuff in the listview

Vishnu Mohandas 5 سال پیش
والد
کامیت
1c6060f09b
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      lib/ui/gallery.dart

+ 1 - 0
lib/ui/gallery.dart

@@ -37,6 +37,7 @@ class _GalleryState extends State<Gallery> {
       itemCount: _collatedPhotos.length,
       itemCount: _collatedPhotos.length,
       itemBuilder: _buildListItem,
       itemBuilder: _buildListItem,
       controller: _scrollController,
       controller: _scrollController,
+      cacheExtent: 2000,
     );
     );
   }
   }