We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using verticalGap and horizontalGap, gaps are not calculated correctly. Probably a toPx() call is missing somewhere.
createFlow( elements = refs.toTypedArray(), horizontalGap = 16.dp, verticalGap = 16.dp, wrapMode = Wrap.Chain, verticalAlign = VerticalAlign.Top )
If you specify 16.dp.toPx().dp then everything works fine
The text was updated successfully, but these errors were encountered:
@romanpechegin Does the original library have a similar problem?
Sorry, something went wrong.
Yes, same problem
Then, I think it's worth creating an issue in the Google tracker, after fixing it, I'll add a fix to the kmp version.
I roughly understand where the error is, but I don't want to have a logical discrepancy with the original library.
No branches or pull requests
When using verticalGap and horizontalGap, gaps are not calculated correctly. Probably a toPx() call is missing somewhere.
If you specify 16.dp.toPx().dp then everything works fine
The text was updated successfully, but these errors were encountered: