https://kotlinlang.org logo
#compose
Title
# compose
j

julioromano

02/08/2021, 2:49 PM
Is there such thing as a
Row
composable which, when it has too many children, instead of overflowing continues on a “new line” ?
a

Ali Albaali

02/08/2021, 2:52 PM
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

julioromano

02/08/2021, 2:54 PM
Oh yes, seen it. Thanks, weird it’s been deprecated, sounds like a common use cases.
👍 1
a

Ali Albaali

02/08/2021, 2:57 PM
Might come later with a better API.