FLUTTER ECOSYSTEM

fluttercommunity/flutter_infinite_listview

Flutter अनंत ListView - दोनों दिशाओं में अनंत रूप से स्क्रॉल करने वाले आइटम वाला ListView। रखरखावकर्ता: @slightfoot

flutter_infinite_listview प्रोजेक्ट कवर
Stars
304
Forks
37
अंतिम पुश (UTC)
7 अग॰ 2021
प्रोजेक्ट स्थिति
सक्रिय
Flutter Community GitHub avatar
GITHUB Organization

Flutter Community ↗

A central place for all community made Flutter packages. To get started, see the README of the 'community' repository.

भाषाएँDartSwiftKotlinObjective-C

तकनीकी विषय

इस रिपॉज़िटरी के पैकेज

उपयोग की गई निर्भरताएँ

निर्भरता सूची 2 आइटम
  • flutter{"sdk":"flutter"}
  • flutter_testडेवलपमेंट{"sdk":"flutter"}

मूल README

यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।

README खोलें / बंद करें

Flutter Community: infinite_listview

Flutter Infinite ListView

pub package

ListView with items that can be scrolled infinitely in both directions.

Quick Usage

Replace your existing ListView with InfiniteListView. Builder pattern must be used because of its infinite nature.

Example

Example

Bugs/Requests

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.