Compose ImageLoader

Compose Image library for Kotlin Multiplatform.

Add to Wishlist
Add to Wishlist

Description

Compose Image library for Kotlin Multiplatform & Jetpack Compose.

@Composeable
fun Content() {
    val url = "https://..."
    val painter = rememberAsyncImagePainter(url)
    Image(
        painter = painter,
        contentDescription = null,
    )
}

Code: https://github.com/qdsfdhvh/compose-imageloader

Docs: https://qdsfdhvh.github.io/compose-imageloader/

Author

Reviews

There are no reviews yet.

Be the first to review “Compose ImageLoader”

Your email address will not be published. Required fields are marked *