Is there any existing API through which we can ach...
# compose
s
Is there any existing API through which we can achieve a flow-like layout, Where items shift to the next line if there is not enough space available?
d
FlowRow
👍 1
v
I believe that was deprecated so you might want to wait before you use that for anything serious.
a
feel free to copy it into your project. We're just paring down what we intend to support for the first stable release
👍 1
k
What!
FlowRow
is getting deprecated? Or removed as well?
a
Deprecated implies removal before 1.0 at this point, or sooner
👍🏼 1
k
Okay, and what does
Experimental
implies at this point?
j
Is it planned to add a lib later for this?
a
By the time we reach beta, experimental will imply that an API is not intended to be declared stable in 1.0 yet. There's still a lot of things marked experimental today that don't necessarily indicate this, and clarifying that is a task on our slate for beta readiness.
Post-1.0 we intend to use experimental annotations in a manner similar to the kotlin stdlib or libraries like kotlinx.coroutines, where a feature is able to incubate across several stable releases before committing to its API stability
👍🏼 1