v1.0.9pagination_core
一个简单且可重复使用的分页处理程序,适用于 Flutter 中的任何状态管理解决方案。
6喜欢 17近 30 天下载160Pub 分数
AndroidiOSWebmacOSWindowsLinux
一个轻量级且可重用的 Flutter 分页混合类。轻松将分页数据获取集成到任何状态管理解决方案中。支持无限滚动、刷新和自定义查询参数。
{"sdk":"flutter"}{"sdk":"flutter"}以下为英文项目原文快照,最新内容请访问 GitHub。
pagination
❤️ 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.
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.