Open
Description
Description
Issue Description:
We are experiencing an overflow issue in the timer_view.dart file when running the application on small-sized devices. The Row widget inside the dialog overflows, causing a RenderFlex overflow error. This issue occurs specifically when the content exceeds the available horizontal space.
Steps to Reproduce:
Run the application on a small-sized device.
Navigate to the Timer view.
Add or manage timers to trigger the dialog.
Observe the overflow error in the console.