https://github.com/cscoderr/smooth_infinite_scroll
https://github.com/cscoderr/smooth_infinite_scroll
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cscoderr/smooth_infinite_scroll
- Owner: cscoderr
- License: mit
- Created: 2023-03-20T22:31:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T23:06:54.000Z (over 1 year ago)
- Last Synced: 2024-12-12T00:18:57.406Z (over 1 year ago)
- Language: C++
- Size: 273 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Smooth Infinite Scroll
Smooth infinite scroll for Flutter
## Installation 💻
Add `smooth_infinite_scroll` to your `pubspec.yaml`:
```yaml
dependencies:
smooth_infinite_scroll:
```
Install it:
```sh
flutter packages get
```