Skip to content

Releases: wajahatkarim3/Flippable

1.5.4

22 Dec 19:36
fc28f9b
Compare
Choose a tag to compare

Updated the dependencies and mapped the library version to Compose version now. Fixes the #12

Compose Version = 1.5.4
Kotlin Version = 1.9.20
Coroutine = 1.5.4
kotlinCompilerExtensionVersion = 1.5.4
agpVersion = 7.4.2
Gradle wrapper = 7.6

1.0.6

27 Sep 19:13
f7939c0
Compare
Choose a tag to compare
  • Fixed an issue with flip state (#3) - Special thanks to @molpoo
  • Removed log statements (#2)
  • Published 1.0.6 on Maven Central

1.0.5

26 Aug 13:43
Compare
Choose a tag to compare
  • Reduced minSdk to 21.
  • Removed internal from FlipController to allow custom remember() with keys etc. Thanks to #1 by @stevetripp
  • Removed unused dependencies from Flippable library
  • Published 1.0.5 on Maven Central

1.0.4

15 Feb 18:45
1a0389d
Compare
Choose a tag to compare

🌟 Features

  • Flip view animations implementation
  • Customizable parameters like duration, animation types, auto-flip functionality etc.
  • The FlippableController to programmatically flip the view
  • The onFlippedListener to trigger the callback when flip animation is finished.
  • Four animation types for flipping effect.