alarm icon indicating copy to clipboard operation
alarm copied to clipboard

A Flutter plugin to easily manage alarms on iOS and Android

Results 53 alarm issues
Sort by recently updated
recently updated
newest added

**Alarm plugin version** 3.1.3 **Describe the bug** Alarms can be stopped by swiping, in a flutter Android app, if API level is 34. However, the alarm cannot be dismissed by...

bug

FEATURE : When the app is killed on IOS we can add a spam of X notification with a certain delay, you can custom the sound of the notification by...

**Alarm plugin version** 3.1.3 **Describe the bug** ``` Exception java.lang.RuntimeException: at android.app.ActivityThread.handleServiceArgs (ActivityThread.java:5286) at android.app.ActivityThread.-$$Nest$mhandleServiceArgs at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2531) at android.os.Handler.dispatchMessage (Handler.java:106) at android.os.Looper.loopOnce (Looper.java:230) at android.os.Looper.loop (Looper.java:319) at android.app.ActivityThread.main (ActivityThread.java:8893)...

bug

Users are unhappy that their phone vibrates on alarms, when they've set them not to. I'd like an option to observe the phone's settings for sound and vibration. I've considered...

enhancement
technical limitation

Tasks: - [x] Implement iOS stop - [ ] Implement Android stop - [ ] Remove `android.permission.USE_FULL_SCREEN_INTENT` - [ ] Add Android alarm wake lock - [ ] Update example...

work in progress

**Alarm plugin version** 3.1.4 **Describe the bug** When I do initialize the Alarm in main() and trying running app on Simulator, it start crashing. **To Reproduce** *Steps to reproduce the...

bug

version 3.1.4 First of all i would like to thank you for the package, it is really helpful and easy to use. Basically whenever i try to lock my screen...

bug

Hi, @gdelataillade I'm not sure whether I should post this in issues or discussions. Here's the situation: I developed a simple calendar app with a countdown timer and published it...

bug
android

**Is your feature request related to a problem? Please describe.** I was trying to create a reminder app. But couldn't register onTap, onDismissed callbacks. **Describe the solution you'd like** Provide...

enhancement

**Alarm plugin version** 3.1.4 **Describe the bug** When the alarm starts on iOS, it cannot be stopped until the user powers off the phone or the alarm sound ends. **To...

enhancement
iOS