Skip to content

Latest commit

 

History

History
 
 

swiperefresh

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Swipe Refresh layout for Jetpack Compose

Maven Central

For more information, visit the documentation: https://google.github.io/accompanist/swiperefresh

Download

repositories {
    mavenCentral()
}

dependencies {
    implementation("ca.gosyer:accompanist-swiperefresh:<version>")
}