WheelPickerCompose
WheelPickerCompose copied to clipboard
Add Wheel Date - Time Picker in Android Jetpack Compose.
When the rowCount is even, then the middle two rows are highlighted. Odd count gives correct behavior
Hi, i think we can support other calendar systems by adding another parameter like "dateSystem". I don't think it requires much changes. Just adding corresponding year-range, months and days range
Picker bounces back when dragging to last date or time because index is more than the size of the list
i cant use the date pickers for jalalian/solar date, if you put a parameter in pickers like transformBuilder @Composable (Int)->Unit, it will be better, i can build my own text...
I cant give spesific text color to WheelTextPicker texts, when i give TextStyle(color = Color.White) to textStyle parameter, nothing happens and does not apply
I want to set a different color for the selected item. I tried setting the color parameter in WheelTextPicker, but it changes the color of the other parts as well....
- Added minute interval in both DateTime and time picker
 ### Description: **Issue:** When using `WheelTimePicker` inside a scrollable component like a `BottomSheet` in Jetpack Compose, scrolling on the picker also scrolls the parent (e.g., the `BottomSheet`). This...
### Description: Currently, the date picker uses a hardcoded day/month/year order which doesn't respect user locale preferences. ### Key Changes: - Added useLocaleOrdering flag to respect system locale date format...