mahendra kasula
mahendra kasula
### Description This PR adds support for using system ringtones as alarm sounds in the Ultimate Alarm Clock app. ### Proposed Changes Added platform channel communication to access device's system...
### Description This PR implements a comprehensive task list feature for alarms, allowing users to manage daily tasks directly from their alarms. Tasks are displayed when an alarm rings, providing...
### 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...
### Description This PR fixes an issue with the "Rings On" feature where the time until the alarm was not correctly displayed for alarms set to future dates. The home...
### Description This PR standardizes string quotes across the codebase by converting double quotes to single quotes whenever possible, as per Flutter/Dart convention. According to the convention, double quotes should...
### Description The home_view.dart file currently lacks a duplicate button for alarms. This issue proposes the addition of a "Duplicate Alarm" button to the existing popup menu alongside the "Preview...
### Description This PR implements a flexible alarm sorting system that allows users to sort their alarms by different criteria with configurable sort direction. ### Proposed Changes 1. Added Sort...
### Description ### Description: Implement a flexible sorting system for alarms that allows users to sort their alarms by different criteria with configurable sort direction. Implementation Steps: 1. Create sort...
## Description This pull request implements customizable time limits for the challenges in our alarm app. Previously, the challenge duration was fixed (defaulting to 30 seconds). With these changes, users...
## Description Currently, the alarm app uses fixed time limits for the various challenges. We need to implement functionality that allows users to customize these time limits. This change will...