Vivek Modi
05/06/2022, 4:42 PMflow over normal list/muablelist in Kmm project? What is the benefits in ios platform?Marko Novakovic
05/06/2022, 8:04 PMFlow to observe some changes and Flow can be Flow<List<*>>. when you need to stream values use Flow othervise for storing things, one time returns etc. use ListVivek Modi
05/06/2022, 9:28 PMVivek Modi
05/06/2022, 9:28 PMMarko Novakovic
05/06/2022, 9:48 PMmutableList is for different purposes than Flow or LiveDataVivek Modi
05/06/2022, 10:28 PM