Is there a way to show items in a row and overflow...
# compose
v
Is there a way to show items in a row and overflow to a new line? or I need to create a view to do that?
a
I once found a flowlayout on GitHub. i replaced it later with a flowlayout implementation either from a official sample or it was directly from compose, don't remember unfortunately. it definitely had "flow" in the name, but was some alphas before, when i found it
s
‘FlowRow’ is what you’re looking for. It’s deprecated now, but works as you’d expect
👍 1