-
-
Notifications
You must be signed in to change notification settings - Fork 368
fix : UI padding for better layout #6509
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
base: develop
Are you sure you want to change the base?
Conversation
packages/smooth_app/lib/pages/preferences/user_preferences_page.dart
Outdated
Show resolved
Hide resolved
i have used this bottom padding and viewInsets |
… fix/ui-padding-safearea fixed bottom space and access challanges section
I'm sorry, you'll just have to use viewPadding. |
…/smooth-app into fix/ui-padding-safearea
yes sir , i have successfully removed extra viewInsets in commit |
Hello @g123k @monsieurtanuki i have made changes accordingly can you please check ✔️ |
Hello @g123k and @monsieurtanuki, Could you please take a look at this PR and let me know if it fully addresses the issue? If not, I’d be happy to close this PR and open a cleaner version instead. Your guidance on this would be greatly appreciated. Thank you! |
Fix: Ensure Challenges ListTile in Prices Section is Accessible
Description
Before this PR, the Challenges
ListTile
in the Prices section was not accessible on Android due to it being hidden under the navigation bar.Changes Made
✔️ Added bottom padding to provide extra spacing.
✔️ Wrapped the content inside a SafeArea to prevent UI overlap issues.
✔️ Ensured all list items remain visible across different screen sizes.
Before & After Screenshots
Before (Issue Present)
The last item in the list was not visible as it was hidden under the navigation bar.

After (Fixed)
The list now has proper padding and respects the safe area, making all items accessible.

Fixes & Related Issues
Testing
Type of Change
🛠 Bug Fix – UI improvement to ensure proper visibility of list items.
Checklist
🚀