Search code examples
androidandroid-jetpack-compose

Blur in Jetpack Compose


How can I blur a background or create a Blur Overlay in Jetpack Compose? There is no documentation or resources whatsoever addressing this topic. Simply said: I'm looking to implement something like this natively in Jetpack Compose


Solution

  • I found this Jetpack Compose blur process library, which supports all Android versions. I hope it works for you.

    Jetpack Compose Cloudy - blur process library