Flutter package that provides infinite scroll listiview widget.
The Infinite ListView Flutter package provides
an infinite scroll listview widget.
InfiniteListView<T>
, where T
is the type of item on the list you aregetItemWidget(T item)
method. This method should return a widget for a singlegetListData(int pageNumber)
method. This is an async
method and should return aFuture.error(...)
in case of an error.getLoadingWidget()
, getPaginationLoadingWidget()
, getErrorWidget(dynamic error)
,getPaginationErrorWidget(dynamic error)
methods to customize widgets while the request isI’m always working on making improvements. If you have any feedback, issues, or suggestions, feel
free to reach out. Happy coding!