ultimate_alarm_clock
ultimate_alarm_clock copied to clipboard
Bottom Overflow in Repeat Tile UI on Small Screen Devices
Description
This overflow occurs on small screens only.
Proposed Changes
This is resolved by:
- Wrapping repeat tile contents in
SingleChildScrollView
and puttingmainAxisSize: MainAxisSize.min
in its child i.e. Column.
Fixes #434
Screenshots
Small Screen Devices | Normal Devices |
---|---|
Checklist
- [ ] Tests have been added or updated to cover the changes
- [ ] Documentation has been updated to reflect the changes
- [x] Code follows the established coding style guidelines
- [x] All tests are passing