Are there drawbacks to this approach? I want to do...
# android
c
Are there drawbacks to this approach? I want to do something similar. I have a
LiveData
and I want to make an extension function that transforms it to
Flow
(since I am using
Flow
all over the App) https://gist.github.com/chibatching/9fdd23d0d41980980a1c1af2e1803e01
g
Also your implementation sends initial value twice
c
Ah thank you. I was certain there was a dependency for it. Thats not mine btw I was just googling