Is there such thing as a `Row` composable which, w...
# compose
j
Is there such thing as a
Row
composable which, when it has too many children, instead of overflowing continues on a “new line” ?
a
There was a FlowRow composable a few releases ago, it has been deprecated. You can look at its implementation tho and copy paste it.
j
Oh yes, seen it. Thanks, weird it’s been deprecated, sounds like a common use cases.
👍 1
a
Might come later with a better API.