Create an infinite list with Flutter and Riverpod
Infinite pagination is a common pattern since the rise of social networks. It allows to load more data when the user reaches the end of the list. This pattern is also called "infinite scroll" or "endless scroll".Here's a short video example of what w...
apparencekit.hashnode.dev8 min read