Milad-Akarie / smooth_page_indicator

Flutter Smooth PageView indicators
MIT License
1.24k stars 147 forks source link

How to use it with horizontal ListView? #74

Closed xVemu closed 10 months ago

xVemu commented 1 year ago

Is it possible to use ListView with SmoothIndicator (not AnimatedSmoothIndicator)? ListView uses ScrollController instead of PageController, but it's pretty similar.

github-actions[bot] commented 10 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions

UsamaKarim commented 2 months ago

I found the answer. The author should add examples, it wasn't a good experience. Use AnimatedSmoothIndicator instead.