Flutter Pagination | Load more on scroll | Building Feature in Flutter

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024
  • In this video, we will build scroll pagination in a flutter. Pagination help loads more data when we reach the end of the page.
    There are two types of pagination
    1. Automatic: Loads more data when you reach the bottom
    2. Action Based: Load more data when you interact with the button
    Facebook: / nitishk72
    LinkedIn: / nitishk72
    Patreon: / nitishk72
    GitHub: github.com/nit...

Комментарии • 29

  • @mudueinstein3053
    @mudueinstein3053 3 месяца назад

    thankyou so much for this explaination

  • @JoeGoldberg-l6e
    @JoeGoldberg-l6e 9 месяцев назад +1

    so useful and informative thank you very much sir.

  • @AppSnap
    @AppSnap 5 месяцев назад

    wtf man, you literally did what i wanted
    lub you sir😍

  • @pravinprince3221
    @pravinprince3221 Год назад

    Thank you for the wonderful video sir it is very helpful for me and my team, Thanks again sir

  • @nothing_is_real_0000
    @nothing_is_real_0000 11 месяцев назад

    Thanks so much brother! This helped very much!!!!

  • @dawarepramod9816
    @dawarepramod9816 Год назад +1

    that was nice explaination ... thank you!

  • @bashasha
    @bashasha Год назад

    clean and neat explaination thanks!

  • @nuriddinburkhonov5214
    @nuriddinburkhonov5214 Год назад

    Great tutorial! Thank you!

  • @metacode4696
    @metacode4696 Год назад +2

    Sir, can you make the Pagination tutorial | Load more on scroll and swipe refresh using state management PROVIDER ???

  • @droidxxi
    @droidxxi Год назад

    Thank you dude!

  • @meeralamin
    @meeralamin Год назад

    Very helpful

  • @ravitejasunkara9477
    @ravitejasunkara9477 9 месяцев назад

    Very nice..
    can you do video on search and display this listview data

  • @adilhesenov2962
    @adilhesenov2962 Год назад

    Thank you bro

  • @MoathElmarmori
    @MoathElmarmori Год назад

    so good

  • @reyou7
    @reyou7 Год назад +1

    This is great thanks a lot!

  • @GajendranMegajolla
    @GajendranMegajolla 11 месяцев назад +1

    great job thanks for it can you give git code

  • @swanandpatil
    @swanandpatil Год назад +1

    can you provide code link please, cant see it in git repo

  • @gunloverfromKE
    @gunloverfromKE Год назад

    Great content.... have you ever tried to paginate listviews in a tabview?

  • @tianadede349
    @tianadede349 8 месяцев назад

    cool

  • @mm-sf6qx
    @mm-sf6qx Год назад

    What about FirebaseFirestore ???

  • @b_rabbit9774
    @b_rabbit9774 Год назад

    jump to index of listview please

  • @Zeptember97
    @Zeptember97 Год назад

    thank you sir, but can we use this in FutureBuilder?

    • @swapnilcodes
      @swapnilcodes Год назад +1

      I was about to ask the same question after watching the video 😁😁...

    • @Zeptember97
      @Zeptember97 Год назад

      lol let's us waut then.

    • @NitishKumarSingh
      @NitishKumarSingh  Год назад

      No, we can’t use FutureBuilder.
      Future builder is a visit which rebuild based on its result( snapshot). Here we have multiple API calls and it’s multiple result.

  • @BahadorFouladi
    @BahadorFouladi 11 месяцев назад

    please source code & api