-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Description
When viewing the Parent Dashboard on devices with smaller screen resolutions (e.g., 1200×540), the screen shows a “Bottom overflowed by 27 pixels” error.
Expected behavior: The dashboard content should scroll properly without overflow, and all widgets should remain visible within the screen.
Error message
════════ Exception caught by rendering library ═════════════════════════════════
A RenderFlex overflowed by 27 pixels on the bottom.
════════════════════════════════════════════════════════════════════════════════
Severity
Medium
Steps to reproduce
-
Run the app on a small device (e.g., Pixel 4a or emulator with 1200×540 resolution).
-
Log in as a Parent.
-
Navigate to the Parent Dashboard.
-
Observe the “Quick Overview” section — overflow occurs at the bottom.
Environment
OS: Android 13
Device: Pixel 4a
Flutter: 3.19.0
Dart: 3.3.0
Framework: Flutter
Screenshots
Relevant log output
RenderFlex overflowed by 27 pixels on the bottom.
Consider wrapping the content in a SingleChildScrollView or ListView.Code of Conduct
- I agree to follow this project's Code of Conduct
