Flippable icon indicating copy to clipboard operation
Flippable copied to clipboard

A Jetpack Compose library for animating a flip transition between the front and back of something, such as a card.

Results 7 Flippable issues
Sort by recently updated
recently updated
newest added

I propose to remove this line: `println("Flip Controller $it")` This is some debug information that might not be interesting to keep in production.

Compose Version = 1.5.7 Kotlin Version = 1.9.21 agpVersion = 8.2.0 Gradle wrapper = 8.5 java.lang.NoSuchMethodError: No virtual method at(Ljava/lang/Object;I)Landroidx/compose/animation/core/KeyframesSpec$KeyframeEntity; in class Landroidx/compose/animation/core/KeyframesSpec$KeyframesSpecConfig; or its super classes (declaration of 'androidx.compose.animation.core.KeyframesSpec$KeyframesSpecConfig')...

Currently, all `Flippables` start out facing with the front side. I have encountered a scenario in which it would be desirable to specify which side should be shown first (front...

Version: 1.0.4, Device: Pixel 5 API 29 - Android Studio Emulator When you try to use `flipController().flip`, which is triggered on some custom event without having `flipOnTouch` enabled the `onFlipListener`...

Hi, I have a problem with TalkBack reading my flippable content. I have ` flipOnTouch=false` but `Modifier.clickable` is still applied but click itself is disabled. The problem is that clickable...