bizz84 / tmdb_movie_app_riverpod

Flutter Movies app with Riverpod (TMDB API)

Home Page:https://codewithandrea.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can we litmit loading item?

Trung15010802 opened this issue · comments

How can i limit the number of MovieListTileShimmer? For example i want prevent user scroll to far and make hundred api requests

I think a solution could be found by using a scroll listener or NotificationListener, but I need to examine this in more detail.

I think a solution could be found by using a scroll listener or NotificationListener, but I need to examine this in more detail.

Great. Looking forward to new updates from you

did you guys find something in this direction ?