FLUTTER ECOSYSTEM

Sonia-dev/pagination_core

Flutter के लिए हल्का और पुन: उपयोगी पृष्ठांकन मिश्रण। किसी भी अवस्था प्रबंधन समाधान के साथ पृष्ठांकित डेटा प्राप्ति को आसानी से एकीकृत करें। अनंत स्क्रॉलिंग, रिफ्रेश और कस्टम क्वेरी पैरामीटर का समर्थन करता है।

pagination_core प्रोजेक्ट कवर
Stars
1
Forks
0
अंतिम पुश (UTC)
20 मई 2025
प्रोजेक्ट स्थिति
सक्रिय
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.