Is there a ConstraintLayout Flow / flexbox like co...
# compose-desktop
e
Is there a ConstraintLayout Flow / flexbox like composable for CfD?
👀 1
c
i don't think this is what youre looking for. but on the off chance youare. then you could probably just copy pasta this code if you need a quick flow row/col https://google.github.io/accompanist/flowlayout/
f
The accompanist Flow layouts library is Android only I think. But you can copy the source code and use it in your desktop app
e
I was thinking that, but hoping for something officially supported. Thanks
s
A FlowLayout does seem like something necessary
f
It used to be part of compose but was dropped (migrated)
s
Migrated where?
f
Well, to Accompanist. (I believe before Compose by Jetbrains was announced - that's why it's not in Compose by default)
s
Is Accompanist an official Google library?
it is! How did I not know this
f
It used to be only partially google library managed by Chris Banes (ex-googler) in his repo. Now it's officially under Google.