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

https://github.com/cscoderr/smooth_infinite_scroll


https://github.com/cscoderr/smooth_infinite_scroll

Last synced: 3 months ago
JSON representation

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
```