FLUTTER ECOSYSTEM

Sonia-dev/pagination_core

Um mixin de paginação leve e reutilizável para Flutter. Integre facilmente a busca de dados paginados com qualquer solução de gerenciamento de estado. Suporta rolagem infinita, atualização e parâmetros de consulta personalizados.

Capa do projeto pagination_core
Stars
1
Forks
0
Último push (UTC)
20 de mai. de 2025
Status do projeto
Ativo
Ben Abdallah Sonia GitHub avatar
GITHUB User

Ben Abdallah Sonia ↗

Mobile Developer

Monastir
LinguagensC++CMakeDartSwiftCHTMLKotlinObjective-C

Pacotes publicados por este repositório

Dependências usadas

Lista de dependências 2 itens
  • flutter{"sdk":"flutter"}
  • flutter_testDesenvolvimento{"sdk":"flutter"}

README original

Texto original em inglês. Visite o GitHub para a versão atual.

Expandir / recolher 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.