cheonjaeung / gridlayout-compose

Missing non lazy grid layout for Compose Multiplatform.
https://cheonjaeung.github.io/gridlayout-compose
Apache License 2.0
43 stars 3 forks source link

I got the issue about spaceby #13

Closed paleeguijob closed 7 months ago

paleeguijob commented 8 months ago

when I use Spaceby VerticalGrid and set Arrangement.spacedBy("Any.dp") the last item is not add the spacing. I got the issue at (version > 1.0.0)

Screenshot 2024-01-14 at 3 02 53 AM
cheonjaeung commented 8 months ago

I can't reproduce this. Can you explane more about this issue? Code snippets, target environment (android, ios or desktop) or exact version of library or anything you can show to me.

paleeguijob commented 7 months ago

target environment: I found in Android device (Android 14) in version > 1.0 (1.0 not fount this issue)

cheonjaeung commented 7 months ago

~~I have tried to reproduce this issue on android devices and emulators, but it was worked perfectly to me. I think you should show me the code to know how you used grid and spacedBy.~~

cheonjaeung commented 7 months ago

I have tried to reproduce this issue on android devices and emulators, but it was worked perfectly to me. I think you should show me the code to know how you used grid and spacedBy.

I figured out how to reproduce this bug. I'll fix this spacing bug. Thanks for reporting.