Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added FlowLayout for Jetpack Compose Layout, added rememberUpdatedState and derivedStateOf #51

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

razaghimahdi
Copy link

Now we have FlowLayout, Flow Layouts in Accompanist is now deprecated. The official androidx.compose.foundation FlowLayouts support is very similar to accompanist/flowlayouts, with a few changes.

It is most similar to Row and Column and shares similar modifiers and the scopes. Unlike the standard Row and Column composables, if it runs out of space on the current row, the children are placed in the next line, and this repeats until the children are fully placed.
for better understanding please check out this: https://google.github.io/accompanist/flowlayout/

What types of changes does your code introduce?

  • [FlowLayout] New feature

@razaghimahdi
Copy link
Author

sorry for the repeated "Add files via upload", my mistake :)

@razaghimahdi
Copy link
Author

also this roadmap is awesome, I have some idea to make it little bit better :)

Added rememberUpdateState and derivedStateOf
Added rememberUpdateState and derivedStateOf
Added rememberUpdateState and derivedStateOf
@razaghimahdi
Copy link
Author

razaghimahdi commented Jun 23, 2023

Updated roadmap, added rememberUpdatedState and derivedStateOf, which these are very important things to learn

@razaghimahdi razaghimahdi changed the title Added FlowLayout for Jetpack Compose Layout Added FlowLayout for Jetpack Compose Layout, added rememberStateOf and derivedStateOf Jun 23, 2023
@razaghimahdi razaghimahdi changed the title Added FlowLayout for Jetpack Compose Layout, added rememberStateOf and derivedStateOf Added FlowLayout for Jetpack Compose Layout, added rememberUpdatedState and derivedStateOf Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant