Davide Giuseppe Farella
08/26/2020, 4:25 PMText(text = myCustomText) , where myCustomText: Flow<String> , what is the cleanest way to deal with that?Vinay Gaba
08/26/2020, 4:26 PMcollectAsState extension function to convert a Flow to a MutableStateDavide Giuseppe Farella
08/26/2020, 4:28 PMDavide Giuseppe Farella
08/26/2020, 4:33 PMJohn O'Reilly
08/26/2020, 4:36 PMimport androidx.compose.runtime.getValue
import androidx.compose.runtime.setValueDavide Giuseppe Farella
08/26/2020, 4:36 PM