mainawycliffe / flutter-infinite-scrolling

A demo to show infinite scrolling of the ListView in Flutter

Home Page:https://codinglatte.com/posts/flutter/listview-infinite-scrolling-in-flutter/

Repository from Github https://github.commainawycliffe/flutter-infinite-scrollingRepository from Github https://github.commainawycliffe/flutter-infinite-scrolling

Flutter - Infinite Scrolling

This a demo for an infinite scrolling list in Flutter. The Demo uses Github GraphQL API to search for Flutter repositories, loading 25 at a time.

"demo"

Running this Demo

First, you will need to create a local.dart file, inside your lib directory. Inside the file, add the following:

const String GITHUB_ACCESS_TOKEN = '<PERSONAL_ACCESS_TOKEN>';

You can learn how to get your Github Personal Access Token here.

Accompanying Article

You can find the accompanying article for this repo here.

About

A demo to show infinite scrolling of the ListView in Flutter

https://codinglatte.com/posts/flutter/listview-infinite-scrolling-in-flutter/


Languages

Language:Dart 89.6%Language:Swift 5.3%Language:Kotlin 4.6%Language:Objective-C 0.5%