google / flexbox-layout

Flexbox for Android
Apache License 2.0
18.22k stars 1.79k forks source link

How can i use this library in jetpack compose #616

Closed KishanViramgama closed 8 months ago

KishanViramgama commented 1 year ago

How can i use this library in jetpack compose. can i have implement in LazyRow

Version of the flexbox library

e.g. 0.2.6, 0.3.0-alpha3

uchennafokoye commented 1 year ago

Hi Kishan, please consider using FlowRow and FlowColumn in Compose which has a similar functionality as FlexBox in Compose.

KishanViramgama commented 1 year ago

@uchennafokoye thank you for response i will check this