FLUTTER ECOSYSTEM

Sonia-dev/pagination_core

一個輕量級且可重用的 Flutter 分頁混合類。輕鬆將分頁資料取得整合到任何狀態管理解決方案中。支援無限滾動、重新整理和自訂查詢參數。

pagination_core 專案封面
Stars
1
Forks
0
最近推送(UTC)
2025年5月20日
專案狀態
未封存
Ben Abdallah Sonia GitHub avatar
GITHUB User

Ben Abdallah Sonia ↗

Mobile Developer

Monastir
語言C++CMakeDartSwiftCHTMLKotlinObjective-C

此儲存庫發佈的套件

使用的依賴

依賴清單 2 項
  • flutter{"sdk":"flutter"}
  • flutter_test開發依賴{"sdk":"flutter"}

原始 README

以下為英文專案原文快照,最新內容請造訪 GitHub。

展開 / 收合專案 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.