Closed StefanOltmann closed 18 hours ago
Do you use the latest library release? As I understand it doesn't support Compose 1.7.0. Support for it was added in #64 , but there was no release with it yet.
@MrJohn10 Thanks. I didn't notice that the PR did not make it into a release yet.
Using the CupertinoDatePicker on JVM Desktop with Compose 1.7.0 results in a crash.
To me it looks like that the
rememberSnapFlingBehavior()
now takes a parameter less than before.