SwipeableActionCard

Card with swipe options in Jetpack Compose

Tutorial: Click Here

Import SwipeableActionCard library

Add this in project level build.gradle file

allprojects {
  repositories {
  ...
  maven { url 'https://jitpack.io' }  
}

Include dependency in app level build.gradle file

dependencies {
  ...
  implementation 'com.github.Harsh2098:SwipeableActionCard:1.0.0'
}

GitHub

View Github