From 9768324c64a259d26e5ac8525d9c06151794444e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20V=C3=ADllora=20Tercero?= Date: Mon, 14 Jun 2021 22:23:22 +0200 Subject: [PATCH] :zap: Prebuild more elements on Contact list to scroll better --- .../core/widgets/alphabet_scroll_view/alphabet_scroll_view.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/presentation/core/widgets/alphabet_scroll_view/alphabet_scroll_view.dart b/lib/presentation/core/widgets/alphabet_scroll_view/alphabet_scroll_view.dart index 09b900a..e7e70f2 100644 --- a/lib/presentation/core/widgets/alphabet_scroll_view/alphabet_scroll_view.dart +++ b/lib/presentation/core/widgets/alphabet_scroll_view/alphabet_scroll_view.dart @@ -112,6 +112,7 @@ class _AlphabetScrollViewState extends State { ListView.builder( controller: _scrollController, itemCount: widget.list.length, + cacheExtent: 5000, physics: const BouncingScrollPhysics(), itemBuilder: (context, x) { return ConstrainedBox(