FLUTTER ECOSYSTEM

Sonia-dev/pagination_core

A lightweight and reusable pagination mixin for Flutter. Easily integrate paginated data fetching with any state management solution. Supports infinite scrolling, refresh, and custom query parameters.

pagination_core project cover
Stars
1
Forks
0
Last push (UTC)
May 20, 2025
Project status
Active
Ben Abdallah Sonia GitHub avatar
GITHUB User

Ben Abdallah Sonia ↗

Mobile Developer

Monastir
LanguagesC++CMakeDartSwiftCHTMLKotlinObjective-C

Packages published by this repository

Dependencies used

Dependency list 2 items
  • flutter{"sdk":"flutter"}
  • flutter_testDevelopment{"sdk":"flutter"}

Original README

English project snapshot. Visit GitHub for the latest content.

Expand / collapse project README

pagination_core

pagination

Buy Me a Coffee

❤️ If you like this project, consider supporting me by buying me a coffee! Every little contribution helps me continue building awesome stuff. Thank you! ☕

pagination_core is a Flutter/Dart package designed to simplify pagination management in applications. This package makes it easy to load data progressively as the user scrolls through a list, reducing memory usage and optimizing performance for large data sets.


🚀 Installation

Add pagination_core to your pubspec.yaml dependencies:

dependencies:
  pagination_core: ^1.0.8

Then, run the following command to install the dependency:
flutter pub get


📄 Full Example
A complete example is available in the example folder to guide you through the integration into your project.
💡 Contribution
Contributions are welcome! If you find a bug or want to add a feature, feel free to submit a pull request.