Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created March 28, 2026 01:14
Show Gist options
  • Select an option

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

Select an option

Save skydoves/6f361981cb7c3d6fec7e8b34ff7a173e to your computer and use it in GitHub Desktop.
Three plugins usage example
LandscapistImage(
imageModel = { imageUrl },
component = rememberImageComponent {
+ShimmerPlugin()
+CircularRevealPlugin(duration = 500)
+PalettePlugin(paletteLoadedListener = { palette -> })
},
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment