FLUTTER ECOSYSTEM

dv-mahbub/stylish_pull_to_refresh

बहुत स्टाइल के साथ एक नया फ्लटर पैकेज प्रोजेक्ट रिफ्रेशइंडिकेटर एनीमेटेड।

शानदार पुल टू रिफ्रेश प्रोजेक्ट कवर
Stars
2
Forks
0
अंतिम पुश (UTC)
4 नव॰ 2024
प्रोजेक्ट स्थिति
सक्रिय
Mahbub Al Hasan GitHub avatar
GITHUB User

Mahbub Al Hasan ↗

Uttara, Dhaka, Bangladesh
भाषाएँDartC++CMakeSwiftHTMLCKotlinObjective-C

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

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

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

मूल README

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

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

stylish_pull_to_refresh

This is a flutter package with multiple animated style of RefreshIndicator. Use this to achive "pull to refresh" function in your project.

Code Example

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
    )

Demo

demo1

demo2

demo3

Avaiable styles

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,