Gabriel
Gabriel
I don't think being Material 3 matter for this component, actually, unless Material (not 3) will be discontinued in the future, but I don't think this is the case. By...
Unable to reproduce it on the Voyager sample, did you add any change to the sample to reproduce this bug? Can you share more details?
Google and Jetbrains are working on Lifecycle multiplatform, there are already merged changes for that, I assume it will be available until the final 1.6.0 release for Compose KMP. As...
Everything is working pretty well so far, State restauration, etc. Just need to fix the build and migrate the Kotlin DSL to the new structure. Feel free to checkout to...
Thanks @joreilly , I will update the Coroutines here and see if is not required anymore. But the plugin maybe should be required for be more performant, their is a...
The PR from @hm-tamim was released on `1.0.0-alpha04`. Try out and let us know if the issue is fixed.
You can't. This is a common use case, the `onBackPressed` API currently does not allow this use case. There is this open PR that fixs some bugs related to nested...
Thanks for sharing! This is happening on `AndroidScreenLifecycleOwner`. I will have a look into
ViewModel and ScreenModel are very similar on this approach, both requires you to pass a SavedStateHandle. I really like your suggestion and have being thinking on something like that for...
Can you test it on latest alpha version (1.1.0-alpha04) and Compose 1.6.1 ?