Pinned Loading
-
wireguard-apple
wireguard-apple PublicForked from WireGuard/wireguard-apple
Mirror only. Official repository is at https://git.zx2c4.com/wireguard-apple
Swift 2
-
well-app
well-app PublicSocial network for doctors with video calls, built using Kotlin Multiplatform+Jetpack Compose+SwiftUI
Kotlin
-
Modifier.swipeableLeftRight.kt
Modifier.swipeableLeftRight.kt 1fun Modifier.swipeableLeftRight(onLeft: () -> Unit, onRight: () -> Unit): Modifier = composed {
2var width by rememberSaveable { mutableStateOf(0f) }
3val swipeableState = rememberSwipeableState(
4SwipeDirection.Initial,
5animationSpec = snap()
-
Middle ellipsis in Text for Jetpack ...
Middle ellipsis in Text for Jetpack Compose 1@Composable
2fun MiddleEllipsisText(
3text: String,
4modifier: Modifier = Modifier,
5color: Color = Color.Unspecified,
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.