To reproduce: - Display swiper => itemBuilder is called on page 0 - Swipe to next page => intemBuilder is called 3 times for index 1, 0, 1 Why do whe need 3 call to this method to navigate to next page ?