Feature Request
Opened this issue · 2 comments
Instead of or in addition to blazsolar/FlowLayout, maybe base on google/flexbox-layout?
Tried it out and on first blush works without a hitch.
Ahh, it would be great to support flexbox-layout. Do you feel comfortable making a pull request with this flexbox support? It would be another module, very similar to the way adapterflowlayout
. Maybe call it adapterflexboxlayout
? If you are not comfortable, maybe share a snippet of what your code looks like for getting it up and running?
I did exactly that, I'm playing with a version that is identical to the Flow layout version currently, took almost no effort, I don't know yet how it works with Flexbox's extended attributes, other than that it's a no brainer. I've used your Adapter Layout on a few projects for dynamic form layout on different screen sizes, very handy.