https://github.com/devstack06/flutter-scroll-pagination
https://github.com/devstack06/flutter-scroll-pagination
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devstack06/flutter-scroll-pagination
- Owner: DevStack06
- Created: 2022-08-15T11:30:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-31T06:34:59.000Z (about 3 years ago)
- Last Synced: 2025-03-21T22:22:26.655Z (9 months ago)
- Language: C++
- Size: 195 KB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
## 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)