compose-cupertino icon indicating copy to clipboard operation
compose-cupertino copied to clipboard

Compose Multiplatform UI components for iOS (Cupertino Widgets)

Results 17 compose-cupertino issues
Sort by recently updated
recently updated
newest added

Iam using `state.selectedDateMillis` to get selected date millisecs about it always return current date `val state = rememberCupertinoDatePickerState() AdaptiveDatePicker( state = state, modifier = Modifier.fillMaxWidth(), adaptation = { material {...

bug
component: DatePicker

java.lang.NoSuchMethodError: No static method rememberDatePickerState-NVmSL94(Ljava/lang/Long;Ljava/lang/Long;Lkotlin/ranges/IntRange;ILandroidx/compose/runtime/Composer;II)Landroidx/compose/material3/DatePickerState; in class Landroidx/compose/material3/DatePickerKt; or its super classes (declaration of 'androidx.compose.material3.DatePickerKt' appears in /data/app/~~aSvqdTwzYEvy71dysuE_jg==/com.cherrywork.community-3ulckyuU4Blfg14qEKMVVw==/base.apk) at io.github.alexzhirkevich.cupertino.adaptive.AdaptiveDatePickerKt.AdaptiveDatePicker(AdaptiveDatePicker.kt:56)

Looks like "camera" move along the screen. M3 Bottom sheet scaffold has other behaviour https://github.com/alexzhirkevich/compose-cupertino/assets/59875059/e56c66d4-7c80-4e30-86f4-c6192e53bc75

bug
component: Sheet

Since version `0.1.0-alpha04` it seems that the animations of `CupertinoNavigationTitle` and `CupertinoTopAppBar.title` are deferred/flickering. I've adapted `SectionsScreen.kt` for providing a simple example. The corresponding changes can be found in this...

bug

I am an Android Developer, currently working on a project that involves developing for both Android and iOS platforms using KMP. I really appreciate your library, as it has been...

enhancement
component: DatePicker

I've been experimenting with `CupertinoBottomSheet` for my app, but got stuck over an issue I couldn't solve. What I'm trying to do is to create a sheet that would have...

It would be cool to create RadioButton alternative https://github.com/flutter/flutter/issues/102813 probably can be taken as a basis

enhancement

Hi, Your library is very awesome and I think it can change the future of multiplatform. Do you think you can add support for the navigation drawer? Thank you very...

Is it possible to use several bottom sheets at the same time? I tried nesting bottomsheetscaffold but there is an outline on a black background when the depth is greater...

component: Sheet