Name
Alarm
Platform(s)
Description
Be able to manage Android or iOS alarms from the Capacitor application.
Features:
- Schedule an alarm (custom sound, custom datetime, rrule, label, vibrate)
- Cancel an alarm
- Check scheduled alarms
On Android, we can use the Alarm Manager API.
On iOS, it's more complex because there is no such API. We have to play a background sound (such as Spotify or others) when the alarm is triggered.
There is a Flutter package for that: https://github.com/gdelataillade/alarm

Additional context
Thanks for your awesome plugins !
Before submitting
Name
Alarm
Platform(s)
Description
Be able to manage Android or iOS alarms from the Capacitor application.
Features:
On Android, we can use the Alarm Manager API.
On iOS, it's more complex because there is no such API. We have to play a background sound (such as Spotify or others) when the alarm is triggered.
There is a Flutter package for that: https://github.com/gdelataillade/alarm
Additional context
Thanks for your awesome plugins !
Before submitting