β–²

Flutter Gems is a curated list of 7100+ useful Dart & Flutter packages that are categorized based on functionality.

Discord Medium LinkedIn X

Top Flutter Pagination and Lazy Loading packages

Last updated: March 18, 2026

Pagination is an efficient system that lets the user browse through pages of search results, archives, or any other kind of continued content. It allows the user to view a small amount of data at a time, which reduces the amount of time the user has to wait and also reduces the server load as only the data of the requested page is loaded. It also allows the user to easily sift through the content across pages.

Lazy loading or Infinite scrolling is another technique that popularly used in social media apps to load data as the user approaches the end of the page. New data can be loaded automatically or on demand where the user explicitly taps a "load more" button to load additional data.

The complete list of Flutter packages that can be used to implement Infinite List, Paginated List (Pagination) or Lazy Loading in your Flutter app is provided below.


infinite_scroll_pagination
πŸ‘ 4K   β¬‡οΈ 349.5K
Dart 3 compatible
Maintenance Status: Good

Lazily load and display pages of items as the user scrolls down your screen.

lazy_load_scrollview
πŸ‘ 433   β¬‡οΈ 13.9K
Dart 3 compatible
Maintenance Status: Poor

A wrapper for a ScrollView that will trigger a callback when the bottom of the page is reached

preload_page_view
πŸ‘ 319   β¬‡οΈ 15.9K
Dart 3 compatible
Maintenance Status: Poor

A pre-load PageView widget which you can use it to preload one page before and after current page.

very_good_infinite_list Card Image
very_good_infinite_list
πŸ‘ 305   β¬‡οΈ 12.6K
Dart 3 compatible
Maintenance Status: Average

A library for easily displaying paginated data, created by Very Good Ventures. Great for activity feeds, news feeds, and more.

paginate_firestore
πŸ‘ 298   β¬‡οΈ 142
Dart 3 compatible
Maintenance Status: Poor

A flutter package to simplify pagination with firestore data.

loadmore
πŸ‘ 226   β¬‡οΈ 10.2K
Dart 3 compatible
Maintenance Status: Poor

listview scroll to bottom ,can load more data. help developer paging load data.

flutter_pagewise
πŸ‘ 208   β¬‡οΈ 891
Dart 3 compatible
Maintenance Status: Poor

A library for widgets that load their content one page (or batch) at a time.

loading_more_list
πŸ‘ 181   β¬‡οΈ 2.6K
Dart 3 compatible
Maintenance Status: Average

A loading more list which supports ListView,GridView,WaterfallFlow and Slivers.

pagination_view
πŸ‘ 161   β¬‡οΈ 575
Dart 3 compatible
Maintenance Status: Poor

Flutter package to simplify pagination of list of items from the internet.

number_paginator Card Image
number_paginator
πŸ‘ 107   β¬‡οΈ 8.8K
Dart 3 compatible
Maintenance Status: Good

A Flutter paginator widget for switching between pages.

lazy_load_indexed_stack
πŸ‘ 100   β¬‡οΈ 9.5K
Dart 3 compatible
Maintenance Status: Average

A package that extends IndexedStack to allow for lazy loading.

firebase_pagination
πŸ‘ 91   β¬‡οΈ 1.5K
Dart 3 compatible
Maintenance Status: Good

A flutter package to paginate realtime database and firestore with live updates.

flutter_lazy_indexed_stack
πŸ‘ 77   β¬‡οΈ 4.7K
Dart 3 compatible
Maintenance Status: Good

A Flutter package that exposes an `IndexedStack` that can be lazily loaded.

number_pagination Card Image
number_pagination
πŸ‘ 71   β¬‡οΈ 1.6K
Dart 3 compatible
Maintenance Status: Average

Pagination using numbers, similar to the classic web-style pagination. Explore pages by numbers, not infinite scrolling!

list_load_more
πŸ‘ 57   β¬‡οΈ 26
Dart 3 compatible
Maintenance Status: Poor

A lazy loading ListView easy to implementation, easy to customize with your own loading animation and support some feature like add, remove single item and focus to item

paginable
πŸ‘ 53   β¬‡οΈ 1.1K
Dart 3 compatible
Maintenance Status: Poor

Paginable is a Flutter package which makes pagination easier by providing more functionality on top of native widgets.

infinite_grouped_list Card Image
infinite_grouped_list
πŸ‘ 52   β¬‡οΈ 2K
Dart 3 compatible
Maintenance Status: Good

Dynamic scrolling list in Flutter, efficiently grouping items and seamlessly loading more data as user scrolls

easy_infinite_pagination Card Image
easy_infinite_pagination
πŸ‘ 53   β¬‡οΈ 411
Dart 3 compatible
Maintenance Status: Average

The Easy Infinite Pagination package provides a simple and customizable way to implement infinite pagination in your Flutter applications.

lazy_loading_list
πŸ‘ 41   β¬‡οΈ 111
Dart 3 compatible
Maintenance Status: Poor

Lazy loading Widget to load more items by the index of the item to increment you a list like infinite scroll.

pagination_flutter
πŸ‘ 34   β¬‡οΈ 997
Dart 3 compatible
Maintenance Status: Poor

A modular pagination component for flutter. Pagination component with page indicators and page navigation buttons - compatible on all devices and platforms.

infinite_scroll
πŸ‘ 34   β¬‡οΈ 579
Dart 3 compatible
Maintenance Status: Poor

A flutter package which provides List and Grid widgets for infinite scrolling views.

loadany
πŸ‘ 33   β¬‡οΈ 161
Dart 3 compatible
Maintenance Status: Poor

A new Flutter loads more package, supports ListView 、ScrollView 、Sliver Widget, and can load more styles by custom.

huge_listview
πŸ‘ 30   β¬‡οΈ 212
Dart 3 compatible
Maintenance Status: Average

A performant list with any number of items.

bidirectional_listview
πŸ‘ 29   β¬‡οΈ 173
Dart 3 compatible
Maintenance Status: Poor

ListView with items that can be scrolled and lazy loaded in up and down direction with a fixed item count and scroll boundaries.

fl_paging Card Image
fl_paging
πŸ‘ 27   β¬‡οΈ 267
Dart 3 compatible
Maintenance Status: Good

A new Flutter package support paginating for Listview, Gridview and NestedScrollView

pager
πŸ‘ 26   β¬‡οΈ 363
Dart 3 compatible
Maintenance Status: Poor

A widget that allows you to build a numerical pagination useful, for example, if you want to build a custom paged table.

refresh_loadmore Card Image
refresh_loadmore
πŸ‘ 26   β¬‡οΈ 196
Dart 3 compatible
Maintenance Status: Average

A Flutter component that supports pull-down refresh and pull-up to load more data

loadmore_listview
πŸ‘ 25   β¬‡οΈ 829
Dart 3 compatible
Maintenance Status: Poor

Provide an easy-to-use Listview with load more items and refresh function

infinite_widgets
πŸ‘ 18   β¬‡οΈ 123
Dart 3 compatible
Maintenance Status: Poor

Infinite layout widgets, allow you to easily create infinite list or infinite grid from database or network calls.

pagify Card Image
pagify
πŸ‘ 17   β¬‡οΈ 225
Dart 3 compatible
Maintenance Status: Good

A flexible and customizable Flutter package for handling paginated data with minimal setup.

flutter_lazy_listview
πŸ‘ 14   β¬‡οΈ 106
Dart 3 compatible
Maintenance Status: Poor

A minimalist dart packackage for lazy loading of infinite lists.

firestore_paging_controller
πŸ‘ 13   β¬‡οΈ 116
Dart 3 compatible
Maintenance Status: Average

Lazily load and display pages of items as the user scrolls down your screen, using Firestore with some enhancements.

lazy_load_refresh_indicator
πŸ‘ 12   β¬‡οΈ 82
Dart 3 compatible
Maintenance Status: Poor

A simple Flutter Widget which provide PullToRefresh and LoadMore functionality.

pagination_core Card Image
pagination_core
πŸ‘ 6   β¬‡οΈ 55
Dart 3 compatible
Maintenance Status: Good

A simple and reusable pagination handler for any state management solution in Flutter.

load_items Card Image
load_items
πŸ‘ 6   β¬‡οΈ 38
Dart 3 compatible
Maintenance Status: Good

Load more items when scrolling to the bottom of a ListView or GridView.

lazy_load_listview
πŸ‘ 6   β¬‡οΈ 31
Dart 3 compatible
Maintenance Status: Poor

A simple flutter package for displaying list of items in listview with option to lazy fetch items.

riverpod_infinite_scroll
πŸ‘ 64   β¬‡οΈ 548

Maintenance Status: Average

Riverpod implementation of infinite_scroll_pagination, this package allows to use infinite_scroll_pagination with Riverpod abstracting away the complexity

incrementally_loading_listview
πŸ‘ 46   β¬‡οΈ 258

Maintenance Status: Poor

An extension of the list view widget for incrementally loading data on scrolling

flutter_paginator
πŸ‘ 28   β¬‡οΈ 50

Maintenance Status: Poor

A customizable pagination package for Flutter. This package can be used to fetch and display data from an API page by page.

pagination
πŸ‘ 28   β¬‡οΈ 23

Maintenance Status: Poor

A Powerful Flutter Pagination Library with loading indicator at bottom.

paging
πŸ‘ 26   β¬‡οΈ 60

Maintenance Status: Poor

A Flutter package for paginating a list view from network or local storage