Skip to content

Maven API Kotlin KMPLicense

ComposeDebugDrawer

PLATFORMS android ios windows macos wasm

This library offers you a simple and easily extendable debug drawer.

Features#

  • easily extendible
  • one line integration
  • can be easily enabled/diabled in debug/release builds or based on a user setting
  • predefined optional modules

📷 Screenshots#

Drawer
screenshots/core/demo2.jpg screenshots/core/demo3.jpg screenshots/core/demo6.jpg
screenshots/core/demo7.jpg
Modules
screenshots/buildinfos/demo1.jpg screenshots/deviceinfos/demo4.jpg screenshots/lumberjack/demo5.jpg

Supported Platforms#

This is a KMP (kotlin multiplatform) library and the provided modules do support following platforms.

Module android ios windows macos wasm Info
Core
core ✔ ✔ ✔ ✔ ✔
Modules
infos-build ✔ - - - -
infos-device ✔ - - - -
Plugins
plugin-kotpreferences ✔ ✔ ✔ ✔ ✔
plugin-lumberjack ✔ ✔ ✔ ✔ -

🧬 Demo#

A full demo is included inside the demo module, it shows nearly every usage with working examples.