-
Trying to implement Wear Navigation in https://github.com/xxfast/NYTimes-KMP/pull/15/files which builds on Decompose, but the Wear swipe to dismiss isn't well supported.
For compose navigation ther…
-
-
Hello I have in viewmodel variables like
`private val _loginState = MutableStateFlow(viewModelScope, LoginStatus.NonAuthenticated)
@NativeCoroutinesState
val loginState = _loginState.asSta…
-
Not a issues at all, but I have a question.
I am currently graduating and I am doing research on how to better us `KMM`. And on KotlinConf I watched a talk from Salomon Brys and he mentioned `KMP-N…
-
-
I created sample project like your project. After run ios app in ContentView.swift:
**
> ![Screenshot 1402-02-06 at 13 05 47](https://user-images.githubusercontent.com/71515156/234536698-c577caa2-…
-
The library is not generating the correct @property for the defined StateFlow.
Is there a script or command that needs to be executed for the correct code to be generated?
-
Hello!
I need to map a list of items that come from the shared View Model into objects that implement the `Identifiable` protocol (needed for showing them in a List or pass them to Maps and display m…
-
### Edit: Planning for an iOS version continues in #5421
### See also the [last comment on this ticket](https://github.com/streetcomplete/StreetComplete/issues/1892#issuecomment-1865140170)
---
…
-
I'm playing around a bit with `KMM-Viewmodel` and SwiftUI and for example sharing state for a `TextField` works great but updating a boolean does not re-render the view in SwiftUI.
This is my examp…