WheelPickerCompose
WheelPickerCompose copied to clipboard
Add Wheel Date - Time Picker in Android Jetpack Compose.
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 
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  after this PR hotfix  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._