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
Igor Demin
03/28/2021, 4:23 PM
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)