Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infinite scroll with itemsCount == 0 #473

Open
ruslanmk opened this issue Oct 26, 2024 · 1 comment
Open

Infinite scroll with itemsCount == 0 #473

ruslanmk opened this issue Oct 26, 2024 · 1 comment

Comments

@ruslanmk
Copy link

When enableInfiniteScroll == true and itemCount == 0, itemsBuilder gets called infinite number of times with realIndex growing.
Quick fix is to set enableInfiniteScroll: items.isNotEmpty.

@kishan-dhankecha
Copy link

kishan-dhankecha commented Dec 17, 2024

Hi @ruslanmk

This is fixed in the fork here https://pub.dev/packages/carousel_slider_plus. See #2d930fd.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants