Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dnesbala/paginator

Pagination solution for any kind of list
https://github.com/dnesbala/paginator

Last synced: 4 days ago
JSON representation

Pagination solution for any kind of list

Awesome Lists containing this project

README

        

# Paginator

[![Pub Version](https://img.shields.io/pub/v/paginator)](https://pub.dev/packages/paginator)
[![License](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)

**Paginator** is a Flutter package designed to simplify pagination in your app. Whether you're working with large datasets or need smooth pagination functionality, Paginator provides built-in utilities to fetch, paginate, and display data efficiently.

## Getting started

Add package to pubspec.yaml.

```dart
paginator: ^0.0.1
```

## Usage

Import the package.

```dart
import 'package:paginator/paginator.dart'
```

Visit the [Example](https://pub.dev/packages/paginator/example) tab on the pub.dev package page to view full usage examples and detailed documentation.

## Demo


Your browser does not support the video tag.