Join Slack
Powered by
Hi guys, any replacement for FlexRow and FlexColum...
# compose
z
zkeme
03/16/2021, 3:33 PM
Hi guys, any replacement for FlexRow and FlexColumn? I'm not finding anything..
o
Orhan Tozan
03/16/2021, 3:42 PM
What did FlexRow used to do?
z
zkeme
03/16/2021, 3:45 PM
Like a Row, but would let you define which children have flexible width and which do not.
zkeme
03/16/2021, 3:46 PM
Anyway, just found out that applying a weight to the children I want measured last, it works for me 🙂
zkeme
03/16/2021, 3:47 PM
But not sure, if that can solve everything that FlexRow enabled us to do...
a
Andrew Neal
03/16/2021, 3:54 PM
https://github.com/google/accompanist/blob/main/flowlayout/README.md
👍 1
m
Mihai Popa
03/16/2021, 4:34 PM
Everything you could do with FlexRow/FlexColumn you can now do with just Row/Column + modifiers
z
zkeme
03/16/2021, 4:51 PM
Cool, good to know. Thanks 🙂
3
Views
Open in Slack
Previous
Next