-
Notifications
You must be signed in to change notification settings - Fork 604
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
[FlowLayout] Deprecate FlowRow and FlowColumn #1494
Conversation
…owRow and FlowColumn in Androidx.Compose Foundations. FlowLayouts is now supported in Androidx.Compose. Provided is a migration guide to move to the official version.
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
This deprecates FlowRow and FlowColumn in Accompanist for the official FlowRow and FlowColumn in Androidx.Compose Foundations. FlowLayouts is now supported in Androidx.Compose. Provided is a migration guide to move to the official version.
…e/accompanist into deprecateFlowLayout
This deprecates FlowRow and FlowColumn in Accompanist for the official FlowRow and FlowColumn in Androidx.Compose Foundations. FlowLayouts is now supported in Androidx.Compose. Provided is a migration guide to move to the official version.
…e/accompanist into deprecateFlowLayout
This deprecates FlowRow and FlowColumn in Accompanist for the official FlowRow and FlowColumn in Androidx.Compose Foundations. FlowLayouts is now supported in Androidx.Compose. Provided is a migration guide to move to the official version.
…e/accompanist into deprecateFlowLayout
Updates FlowLayout migration guide
Currently the new |
This has been fixed in the coming release. Please see more information here: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
…owRow and FlowColumn in Androidx.Compose Foundations.
FlowLayouts is now supported in Androidx.Compose. Provided is a migration guide to move to the official version.
Please add the library name to the PR title. Example: "[Insets] Fixes typo"