darkokoa / compose-datetime-wheel-picker

Wheel Date & Time Picker in Compose Multiplatform
84 stars 3 forks source link

Remove internal modifier for WheelPicker #2

Open herrrta opened 7 months ago

herrrta commented 7 months ago

Allow others to further customize WheelPicker. I dont want my only options to be WheelPickerText or WheelPickerDatetimes

darkokoa commented 7 months ago

We might need a new library: wheel-picker-multiplatform 🤔

herrrta commented 7 months ago

We might need a new library: wheel-picker-multiplatform 🤔

I think you have a good opportunity to do that here. Ive already used this code to extend the picker and make a few other pickers as well.

So far in my local i have a

darkokoa commented 7 months ago

OK. I will release wheel-picker-multiplatform soon

BTW, in this commit 85208b59feb9f6c2032a05e2251085b23c6273b1 I fixed rotationX of the picker items when scrolling. You need to copy the new code.

herrrta commented 6 months ago

Sounds good ill get to this later today

herrrta commented 6 months ago

Sounds good ill get to this later today

Branch has been rebased onto latest