v1.0.3bidirectional_listview
एक ऐसा ListView जिसमें आइटम स्क्रॉल किए जा सकते हैं और ऊपर-नीचे दिशा में लेट लोड किए जा सकते हैं, जिसमें निर्धारित आइटम संख्या और स्क्रॉल सीमाएँ होती हैं।
Flutter द्विदिशात्मक ListView - दोनों दिशाओं में स्क्रॉल करने योग्य आइटम वाला ListView, जिसमें निश्चित आइटम संख्या और स्क्रॉल सीमाएँ होती हैं।
{"sdk":"flutter"}{"sdk":"flutter"}यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।
Example
ListView with items that can be scrolled and lazy loaded in up and down direction with a fixed item count and scroll boundaries.
With this library the following is possible:
Limitations:
Replace your existing ListView with BidirectionalListView. Builder pattern must be used because of its infinite nature.
A complete tutorial how to use BidirectionalListView can be found here: Tutorial
Please refer to the example for usage: Quick-Link
If you encounter any problems feel free to open an issue. If you feel the library is missing a feature, please raise a ticket on Github and I'll look into it. Pull Request are also welcome.