v1.0.9pagination_core
Flutter에서 어떤 상태 관리 솔루션에도 사용할 수 있는 간단하고 재사용 가능한 페이지네이션 핸들러입니다.
6좋아요 1730일 다운로드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.