https://kotlinlang.org logo
h

Horv

07/30/2020, 8:00 PM
Are there any nice samples out there showing how to combine Kotlin's Flow and Composables? I.e. what's best practice on how to render data from a Flow in a compose-friendly way
Ah, never mind. I had snuck a
suspend
too many into my code.
.collectAsState
I think should work fine for my use case
👍 1