I am trying to build an interface that looks simil...
# compose-desktop
y
I am trying to build an interface that looks similar to this animated screenshot: text and badges. As the window shrinks (or expand), the badges nicely wrap around on the next line. How would I do this with compose desktop?
i
There is https://github.com/google/accompanist/tree/main/flowlayout But currently you can't depend on this library in the desktop target, and you have to copy-paste code from there. (in the future we will figure something out, how to unify android/desktop libraries)
👍 3
y
thank you this works fine!