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

Discord Medium LinkedIn Twitter

Top Flutter Pagination and Lazy Loading packages

Last updated: March 25, 2024

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
Dart 3 compatible 👍 3.08K
Maintenance Status: Good

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

preload_page_view
Dart 3 compatible 👍 264
Maintenance Status: Good

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
Dart 3 compatible 👍 216
Maintenance Status: Good

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

loadmore Card Image
loadmore
Dart 3 compatible 👍 216
Maintenance Status: Good

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

loading_more_list
Dart 3 compatible 👍 141
Maintenance Status: Good

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

lazy_load_indexed_stack
Dart 3 compatible 👍 79
Maintenance Status: Good

A package that extends IndexedStack to allow for lazy loading.

number_paginator Card Image
number_paginator
Dart 3 compatible 👍 76
Maintenance Status: Good

A Flutter paginator widget for switching between page numbers.

flutter_lazy_indexed_stack
Dart 3 compatible 👍 60
Maintenance Status: Good

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

list_load_more Card Image
list_load_more
Dart 3 compatible 👍 53
Maintenance Status: Good

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

firebase_pagination
Dart 3 compatible 👍 45
Maintenance Status: Good

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

number_pagination Card Image
number_pagination
Dart 3 compatible 👍 44
Maintenance Status: Good

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

huge_listview
Dart 3 compatible 👍 28
Maintenance Status: Good

A performant list with any number of items.

load_items Card Image
load_items
Dart 3 compatible 👍 6
Maintenance Status: Good

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

paginate_firestore Card Image
paginate_firestore
Dart 3 compatible 👍 292
Maintenance Status: Average

A flutter package to simplify pagination with firestore data.

flutter_pagewise Card Image
flutter_pagewise
Dart 3 compatible 👍 200
Maintenance Status: Average

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

riverpod_infinite_scroll Card Image
riverpod_infinite_scroll
Dart 3 compatible 👍 49
Maintenance Status: Average

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

pagination_flutter Card Image
pagination_flutter
Dart 3 compatible 👍 29
Maintenance Status: Average

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

infinite_widgets
Dart 3 compatible 👍 18
Maintenance Status: Average

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

lazy_load_scrollview
Dart 3 compatible 👍 409
Maintenance Status: Poor

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

pagination_view
Dart 3 compatible 👍 161
Maintenance Status: Poor

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

paginable
Dart 3 compatible 👍 52
Maintenance Status: Poor

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

lazy_loading_list
Dart 3 compatible 👍 38
Maintenance Status: Poor

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

loadany
Dart 3 compatible 👍 32
Maintenance Status: Poor

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

bidirectional_listview
Dart 3 compatible 👍 28
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.

refresh_loadmore
Dart 3 compatible 👍 25
Maintenance Status: Poor

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

fl_paging
Dart 3 compatible 👍 24
Maintenance Status: Poor

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

flutter_lazy_listview
Dart 3 compatible 👍 12
Maintenance Status: Poor

A minimalist dart packackage for lazy loading of infinite lists.

lazy_load_refresh_indicator
Dart 3 compatible 👍 11
Maintenance Status: Poor

A simple Flutter Widget which provide PullToRefresh and LoadMore functionality.

lazy_load_listview
Dart 3 compatible 👍 5
Maintenance Status: Poor

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

incrementally_loading_listview
👍 45
Maintenance Status: Poor

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

flutter_paginator
👍 29
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
Maintenance Status: Poor

A Powerful Flutter Pagination Library with loading indicator at bottom.

paging
👍 26
Maintenance Status: Poor

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