Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dnesbala/paginator
- Owner: dnesbala
- License: bsd-3-clause
- Created: 2024-09-08T04:13:12.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T15:18:32.000Z (2 months ago)
- Last Synced: 2024-09-08T17:22:58.945Z (2 months ago)
- Language: C++
- Homepage: https://pub.dev/packages/paginator
- Size: 789 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.