Skip to content

Infinite Scroll #156

Answered by agordn52
sizoune asked this question in Q&A
Jul 4, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

hi, im new to flutter, so far i already can implement grid and fetch the data from api. My question is, how can i implement infinite scroll in NyListView ?

this is my example API Response


{

  "kind": "blogger#postList",

  "nextPageToken": "CgkIChiAkceVjiYQ0b2SAQ",

  "items": [

    {

      "kind": "blogger#post",

      "id": "7706273476706534553",

      "blog": {

        "id": "2399953"

      },

      "published": "2011-08-01T19:58:00.000Z",

      "updated": "2011-08-01T19:58:51.947Z",

      "url": "http://buzz.blogger.com/2011/08/latest-updates-august-1st.html",

      "selfLink": "https://www.googleapis.com/blogger/v3/blogs/2399953/posts/7706273476706534553",

      "title"…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sizoune
Comment options

Answer selected by sizoune
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants