-
Notifications
You must be signed in to change notification settings - Fork 26
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
Incorrect spacing with Checkbox Group on device #932
Comments
Hi, @tinrunje. Thanks for reporting this issue, Tin 🙂 Have you tried to reproduce this issue on a web app? |
Yeah thanks for getting back to me. I have only found this issue to be visible only on mobile devices. |
Thank you, Tin :) Oops, because of this known issue below, I wasn't able to test it on the virtual mobile device. I'll try again in a few days.
|
This issue is stale because it has been open for 7 days with no activity. If there are no further updates, a team member will close the issue. |
Hi @tinrunje. This should be fixed in our next update. Thank you! |
Has your issue been reported?
Current Behavior
Checkbox Group when uploaded on-device adds "random" additional padding on top. In run/test modes and in the FF editor, it looks as expected, but when uploaded on a device, it changes. Weirdly enough, in code it does say the right amount of padding so there might be an issue with the Checkbox Group widget.
Expected Behavior
The Checkbox Group should have top-padding equal to the one set in the FF editor/the code.
Steps to Reproduce
Reproducible from Blank
Bug Report Code (Required)
IT4wkMmAuI92mOZE0K6JY+9VmSQWGDs+bec3l+1DYCs/JJTxBIkIffT7PxZeOc+kSmNML1m0gmQe/sLOkvziA+UpEw6cfLZZyJZ+Tg7gUjmtacyVEaqePndfEfhJJVyby7bZ2hN4VdZ1ckFl1Gb7OuivQXLsCYTaIW4nGfiYCJv5gXurQ0SLb3kNh1JWeC/v
Context
I am trying to create a beautiful display with evenly spaced elements.
Visual documentation
The widget tree:
Text widget properties:
Checkbox Group widget properties:
Flutterflow editor:
And then finally... on a real device:
The top-padding on device is much much larger than 12px.
Additional Info
No response
Environment
The text was updated successfully, but these errors were encountered: