ComposeDebugDrawer
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
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.