Are there any sample projects available where Kotl...
# compose
m
Are there any sample projects available where Kotlin Flow, without LiveData, is used with Compose?
c
In the official samples, most of the ViewModel files use `StateFlow`s.
m
Great, thanks! Didn’t expect that 👍
s
You can also look at cwti.link/bundel. It's an open source compose app I am working on, uses Flow and zero livedata