Skip to content

Compose Floating Window

Compose Floating Window is a global floating window framework based on Jetpack Compose.

Preview

Download

Release

dependencyResolutionManagement {
    repositories {
        maven { url 'https://jitpack.io' }
    }
}

dependencies {
    implementation("com.github.ArthurKun21:compose-floating-window:<TAG>")
}

Permissions

Add to AndroidManifest.xml

<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />

Acknowledgements

The initial implementation of this library is based on https://github.com/only52607/compose-floating-window

License

License