https://kotlinlang.org logo
#feed
Title
# feed
d

diego-gomez-olvera

11/17/2020, 11:13 AM
Flow docs for Android. While the examples are Android based, they can also apply to other platforms. http://d.android.com/kotlin/flow
👍 13
n

Nick

11/17/2020, 1:39 PM
They mention
callbackFlow
at the bottom which has a bug. Thus, one should consider using it in production or use a workaround. https://github.com/Kotlin/kotlinx.coroutines/issues/974
👍 1
They also added a really good doc for stateflow and sharedflow: https://developer.android.com/kotlin/flow/stateflow-and-sharedflow
5 Views