Decompose icon indicating copy to clipboard operation
Decompose copied to clipboard

Kotlin Multiplatform lifecycle-aware business logic components (aka BLoCs) with routing (navigation) and pluggable UI (Jetpack Compose, SwiftUI, JS React, etc.)

Results 27 Decompose issues
Sort by recently updated
recently updated
newest added

Sort arguments of `predictiveBackAnimation` function properly.

enhancement

Wait for Compose version `1.6.0`. Keep in mind (verify) the following issue: https://issuetracker.google.com/issues/294751365. Derived from #444.

enhancement
backlog

Update Decompose version to 3.0.0: - https://github.com/arkivanov/decompose-multiplatform-template - https://github.com/arkivanov/decompose-dagger-sample

enhancement
help wanted
example

With the shared element transitions being introduced in the latest alphas https://github.com/androidx/androidx/commit/c5f36c050e6ec86e8a504031b3cd7602a11f4d9e it's gonna be fun to be able to use it in an app using Decompose when navigating between...

documentation
enhancement
investigate

Will this https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-lifecycle.html be integrated in any form?

enhancement
backlog

Maybe a compiler plugin. See the discussion: https://kotlinlang.slack.com/archives/C03H3N51SKT/p1707471641114349.

enhancement
investigate

Seems like [Compose 1.7.0](https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.7.0-alpha03) will come with full adaptive support. Looking forward to some documentation how we should use it with components or direct Decompose integration.