Flutter – Optimized ListView with pre-calculated element size
I need to display a very large collection of elements (images from files) in a ListView, using the usual ListView.builder constructor. I statically know the size of each element so, technically, I know also the total height of the list…