v1.2.0stylish_pull_to_refresh
यह एक फ्लटर पैकेज है जिसमें कई रिफ्रेश इंडिकेटर एनीमेटेड शैलियाँ हैं।
12लाइक 3030-दिन डाउनलोड150Pub अंक
AndroidiOSWebmacOSWindowsLinux
बहुत स्टाइल के साथ एक नया फ्लटर पैकेज प्रोजेक्ट रिफ्रेशइंडिकेटर एनीमेटेड।
{"sdk":"flutter"}{"sdk":"flutter"}^4.0.0यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।
This is a flutter package with multiple animated style of RefreshIndicator. Use this to achive "pull to refresh" function in your project.
Simple code example to use this project feature
StylishPullToRefresh(
style: Style.sandTimer, //multiple style available, pick your favourite one
onRefresh: () async {
//add code to execute on refresh
},
child: SingleChildScrollView(...) //pass child widget tree here
)
demo1
demo2
demo3
Here are avaiable style list you could apply
style: Style.audioWave,
style: Style.box,
style: Style.circularProgress,
style: Style.fileSearch,
style: Style.game,
style: Style.handGesture,
style: Style.loop,
style: Style.paperPlane,
style: Style.sandTimer,
style: Style.threeCircle,