An open API service indexing awesome lists of open source software.

https://github.com/devstack06/flutter-scroll-pagination


https://github.com/devstack06/flutter-scroll-pagination

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Flutter infinite scroll pagination

Hey 👋 everyone, in this tutorial we will going to learn how to implement infinite scroll pagination in flutter 😄.

## Demo

Tutorial Link: [Click here](https://www.youtube.com/watch?v=7Lff-QClhsY)

## Screenshots


image

## Run Locally

Clone the project

```bash
git clone https://github.com/DevStack06/flutter-scroll-pagination
```

Go to the project directory

```bash
cd flutter-scroll-pagination
```

Install dependencies

```bash
flutter pug get
```

Start the server

```bash
flutter run
```

## Authors

- [@devstack06](https://github.com/DevStack06)