You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When enableInfiniteScroll == true and itemCount == 0, itemsBuilder gets called infinite number of times with realIndex growing.
Quick fix is to set enableInfiniteScroll: items.isNotEmpty.