How bad is it to send a `Flow` from one composable...
# compose
a
How bad is it to send a
Flow
from one composable to another? (The flow is created and its value is modified outside composition)
z
Can you share some code? Generally I think it's a smell - better to pass state down and events up via callbacks.
1