FLUTTER ECOSYSTEM

Sonia-dev/pagination_core

Flutter用の軽量で再利用可能なページネーションミックスイン。任意の状態管理ソリューションと簡単に統合できます。無限スクロール、更新、カスタムクエリパラメータをサポートしています。

pagination_core のプロジェクト画像
Stars
1
Forks
0
最終プッシュ(UTC)
2025/05/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.