Yap
Yap
Hello, I'm trying to adopt your library into my pet project. I was faced with an issue, that the inner screen should consider padding from the parent screen. Please take...
Using this issue you can request demo access to the following Dynamic features: - Edit info screen - Publish new data screen
Hello, thanks for the library. Recently I have faced with crash. Steps to reproduce: add `suspend` function into ApiInterface Looks like problem in this code block and method `getTypeName` not...
Hello, thanks for the great library) Your artefact is the last thing which blocks us to disable jetifier, could you please migrate?
Hey, thanks for the useful plugin. Our team has faced with issue, that we aren't able to use this plugin since Android Studio 3.6 release. Also, I see that new...
Due to migration to new Modifier API, please consider to add support Compose Multiplatform 🙂
Draft, due to low adoption in Open Source 🙂
**Describe the bug** I'm trying to migrate from **CanvasBasedWindow** to **ComposeViewport** we observe stretch animation (like overscroll on Android) **Affected platforms** - Web (K/Wasm) - Canvas based API **Versions** -...
**Describe the bug** Desktop platform provides API to listen global key events inside _Window_ function ```kotlin fun main() { application { Window( onKeyEvent = { println("event: $it") }, content =...