WheelPickerCompose icon indicating copy to clipboard operation
WheelPickerCompose copied to clipboard

Add Wheel Date - Time Picker in Android Jetpack Compose.

Results 23 WheelPickerCompose issues
Sort by recently updated
recently updated
newest added

There is something wrong with the flingBehavior when use in Dialog or ModalBottomSheet,It will bounces back when it fling or drag to the bottom ![动画](https://github.com/commandiron/WheelPickerCompose/assets/59862330/aea68e29-b5d8-4ddd-a098-d958c5a9f35a)

Google pixel 3 Android 12 Running on my phone does not have the same bending effect as the example you provided but rather a straight one May I ask how...

This is a nice project! I am wondering if these components could support [JetBrains/compose-multiplatform](https://github.com/JetBrains/compose-multiplatform)

Added configurable time range in order to have for example only hours selectable, but minutes always 0. There could be other possible usages.

I would like to manually change the time on a button click, for instance: ``` kotlin Column( horizontalAlignment = Alignment.CenterHorizontally, verticalArrangement = Arrangement.Center ) { var changeableTime: LocalTime by remember...

If phone locale is "ru", month name is not capitalized. Before fix ![image](https://github.com/commandiron/WheelPickerCompose/assets/55731252/5ba57e48-c7b2-4316-af22-23fc19bd0fd3) after this PR hotfix ![2023-08-03_19-15-26](https://github.com/commandiron/WheelPickerCompose/assets/55731252/eb64bb6b-a334-4de2-8330-3bcf17007619) Can you please accept this pr or fix it yourself?

From [https://github.com/chrisbanes/snapper] _Snapper is now deprecated, due to it's functionality being replaced by [SnapFlingBehavior](https://developer.android.com/reference/kotlin/androidx/compose/foundation/gestures/snapping/SnapFlingBehavior) which is available in Jetpack Compose 1.3.0._

enhancement