stylish_pull_to_refresh 1.2.0 copy "stylish_pull_to_refresh: ^1.2.0" to clipboard
stylish_pull_to_refresh: ^1.2.0 copied to clipboard

This is a Flutter package with multiple RefreshIndicator animated styles.

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
    )
copied to clipboard

Demo #

demo1

demo2

demo3

Avaiable styles #

Here are avaiable style list you could apply

style: Style.audioWave,
copied to clipboard
style: Style.box,
copied to clipboard
style: Style.circularProgress,
copied to clipboard
style: Style.fileSearch,
copied to clipboard
style: Style.game,
copied to clipboard
style: Style.handGesture,
copied to clipboard
style: Style.loop,
copied to clipboard
style: Style.paperPlane,
copied to clipboard
style: Style.sandTimer,
copied to clipboard
style: Style.threeCircle,
copied to clipboard
11
likes
150
points
55
downloads

Publisher

unverified uploader

Weekly Downloads

2024.10.05 - 2025.04.19

This is a Flutter package with multiple RefreshIndicator animated styles.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on stylish_pull_to_refresh