WheelPickerCompose icon indicating copy to clipboard operation
WheelPickerCompose copied to clipboard

Deprecated "dev.chrisbanes.snapper:snapper" should be replaced by SnapFlingBehavior.

Open petros-chariskos opened this issue 2 years ago • 3 comments

From [https://github.com/chrisbanes/snapper] Snapper is now deprecated, due to it's functionality being replaced by SnapFlingBehavior which is available in Jetpack Compose 1.3.0.

petros-chariskos avatar Nov 28 '22 09:11 petros-chariskos

hi, thanks for your contribution. I checked SnapFlingBehavior available in Jetpack Compose and cant find like SnapperLayoutInfo function. This function allow calcution of snapped index and animations. I'm open to suggestions on this for calculate same outputs. Thanks again.

commandiron avatar Nov 29 '22 09:11 commandiron

how about changes made in Version 1.5.0-alpha04 in foundation?, do they help with that?

boy12hoody avatar Jun 06 '23 06:06 boy12hoody

There is SnapLayoutInfoProvider, but it works with velocity

SimonLauron avatar Nov 16 '23 13:11 SimonLauron