ultimate_alarm_clock icon indicating copy to clipboard operation
ultimate_alarm_clock copied to clipboard

Bottom Overflow in Repeat Tile UI on Small Screen Devices

Open Gaurav-Kushwaha-1225 opened this issue 5 months ago • 0 comments

Description

This overflow occurs on small screens only.

Proposed Changes

This is resolved by:

  • Wrapping repeat tile contents in SingleChildScrollView and putting mainAxisSize: 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

Gaurav-Kushwaha-1225 avatar Aug 29 '24 17:08 Gaurav-Kushwaha-1225