Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created January 4, 2026 08:58
Show Gist options
  • Select an option

  • Save skydoves/ba4aed2241654b07874ab1847ce957a9 to your computer and use it in GitHub Desktop.

Select an option

Save skydoves/ba4aed2241654b07874ab1847ce957a9 to your computer and use it in GitHub Desktop.
Landscapist: Combined Plugins
val imageComponent = rememberImageComponent {
+ShimmerPlugin(Shimmer.Flash())
+CrossfadePlugin(duration = 500)
+PalettePlugin(
imageModel = imageUrl,
useCache = true,
paletteLoadedListener = { palette ->
dominantColor = palette.dominantSwatch?.rgb
}
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment