How to create the Android 13 squiggly slider using Jetpack Compose?

A demo

Android 13 introduced a wavy progress bar for its media controls in quick settings.

How can I recreate it in Jetpack Compose and Compose Multiplatform?

Here is a related question for Flutter and Dart: Squiggly Seekbar with Animation in Flutter

Leave a Comment