hey guys. is there any ETA for the DataFlow api fo...
# coroutines
m
hey guys. is there any ETA for the DataFlow api for flows ?
Note that you could use
ConflatedBroadcastChannel.asFlow()
for now, it behaves exactly the same
b
For simple components I've been using https://gist.github.com/brendanw/50fdce985d42ead177b55f85dce458eb as a replacement for BehaviorRelay/MutableLiveData while waiting for DataFlow.
m
ok, thanks guys!