Cache more stuff in the listview
This commit is contained in:
parent
6c768da91a
commit
1c6060f09b
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ class _GalleryState extends State<Gallery> {
|
|||
itemCount: _collatedPhotos.length,
|
||||
itemBuilder: _buildListItem,
|
||||
controller: _scrollController,
|
||||
cacheExtent: 2000,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue