Flutter - Infinite Scrolling Pagination for ListView | Flutter UI Design Tutorial

preview_player
Показать описание
#flutter #flutterui #google

In this Flutter UI Design Tutorial, We will be taking an in-depth look at Implementing Infinite Scrolling Pagination in Flutter ListView. We will be creating a Mock-API to replicate the behavior of a real API and add more data to the list as the user scrolls to the bottom. We will also learn to show an indication to the user when there are no more its to show in the list.

▬ Contents of this video ▬▬▬▬▬▬▬▬▬▬

0:00 - Intro
0:40 - Project Setup
2:49 - Conditional ListView
4:39 - Infinite Scrolling Setup
9:33 - Displaying the End of Content

Widgets:

🔥 Auto-Generate Flutter Custom Paint Code TRY THIS FREE TOOL👇:

🔥 Learn About the Most Important Widgets in Flutter 👇:

(Your UPVOTE Means a lot! 🙌)

If you find this video useful consider Supporting @RetroPortal Studio :

Social Links @RetroPortal Studio :

If you like the tutorial, please hit the LIKE and Subscribe button and also consider supporting me on Patreon or Buy Me a Coffee for More Flutter Tutorial on RetroPortal Studio.

Thank you for Watching! Happy Coding :)
Рекомендации по теме
Комментарии
Автор

If you find this video useful, consider Following me on:
Happy Coding! ✌️😁

RetroPortalStudio
Автор

Just found this channel, one of the best!

bobby
Автор

very very informative and very easy to understand

kronkdark
Автор

Thank you for the great video content.

homescriptone
Автор

the best! really how the sequence of the tutorial it's just perfect

nabil.hamawi
Автор

Works like a charm! Thanx for the tutorial!

LosWochos
Автор

I'll thing it's not a user friendly implementation, because the user need to overscroll the listview (or reach the last pixel). In native mobile app, you will add a "loading" list tile and if this is instantiated (it doesn't have to be visible within the view port), the loading will be started once. So the user doesn't need to reach the real bottom of the listview.

mars
Автор

thank u.
But this approch working when we use flutter with API(Json).

Not with firebase...
i waiting Infinite Scrolling Pagination with firebase.

eNONO-otzh
Автор

*How did you make vertival lines such in your video? Could you tell please for VSCode*

putinstop
Автор

Why did you wrapped Positioned in list and unpacked it, could have directly used Positioned? Can you let me know any specifics?

amanpratapsingh
Автор

This script, when loaded in another widget, cause "bottom overflowed by X pixels".. how can we solve it? Thanks.

socialcluster
Автор

Calling setState will make the entire widget to rebuild. How about any approach like StreamBuilder?

CntenTT
Автор

How do you have those vertical lines in android studio delimiting each child and each widget?

RenpedMine
Автор

Hello very nice tutorial! however it seems that as I scroll down and load more items the app seems to be lagging, is anyone having this problem as well?

theroebuck
Автор

9:00 Wait! what's that ...[] syntax? I have never seen it before!

hamza-
Автор

will this work with pageView builder also?

himesh_
Автор

bro how to make infinite scrolling to load data from json api in dataTable?

yann
Автор

how do i put some data instead of these List item??

uditrajmr