kotlin-hands-on / hands-on

Apache License 2.0
130 stars 177 forks source link

Add hands-on tutorial for Kotlin Flow #136

Open shipsywor opened 3 years ago

shipsywor commented 3 years ago

StateFlow, SharedFlow, etc. A hands-on type tutorial on these Flow topic would be very interesting. The coroutines hands-on tutorial is great. A Flow one would be a great addition.

ianbrandt commented 2 years ago

See also https://github.com/Kotlin/kotlinx.coroutines/issues/2946 about adding SharedFlow and StateFlow to the Coroutines Guide as well.