You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when the stopwatch is running and the user navigates back to the home screen or switches apps, there’s no visible indication that the stopwatch is still active. Users have to reopen the app to check the elapsed time, which is inconvenient.
Proposed Solution
Implement a persistent notification that:
Displays the current running stopwatch time (updates every second).
Remains visible as long as the stopwatch is running.
Includes actionable buttons:
Pause
Reset
Open App
The notification should automatically dismiss itself when the stopwatch is stopped or reset.
I very much prefer the stopwatch overlay (mentioned here..#523#821) rather than a notification. @MarkisDev what are your thoughts on this? We can have either one of them.
In #821 we can also add the respective play, pause, and reset buttons too.
Description
Problem
Currently, when the stopwatch is running and the user navigates back to the home screen or switches apps, there’s no visible indication that the stopwatch is still active. Users have to reopen the app to check the elapsed time, which is inconvenient.
Proposed Solution
Implement a persistent notification that:
The notification should automatically dismiss itself when the stopwatch is stopped or reset.
Suggested Implementation
flutter_local_notifications
for displaying notifications.android_alarm_manager_plus
or a foreground service to update the notification every second while the app is in the background.StopwatchController
(or equivalent stopwatch logic) so that the displayed time is always accurate.Benefits
Video
WhatsApp.Video.2025-03-18.at.09.06.56_0eeb1ad5.mp4
Screenshots
No response
The text was updated successfully, but these errors were encountered: