issues
search
gdelataillade
/
alarm
A Flutter plugin to easily manage alarms on iOS and Android
https://pub.dev/packages/alarm
MIT License
132
stars
86
forks
source link
Feature -> Add time zone support
#165
Open
gdelataillade
opened
8 months ago
gdelataillade
commented
8 months ago
This will update alarm trigger time when changing time zone:
Foreground
[ ] Change time zone to the
future
and alarm reschedule at the correct time.
[ ] Change time zone to the
future
and if alarm new trigger time is past then cancel it.
[x] Change time zone to the
past
and alarm reschedule at the correct time.
iOS Background
[x] Change time zone to the
future
and alarm rings at the correct time.
[x] Change time zone to the
future
and if alarm new trigger time is past then cancel it.
[x] Change time zone to the
past
and alarm rings at the correct time.
Android Background
[ ] Change time zone to the
future
and alarm rings at the correct time.
[ ] Change time zone to the
future
and if alarm new trigger time is past then cancel it.
[ ] Change time zone to the
past
and alarm rings at the correct time.
This will update alarm trigger time when changing time zone:
Foreground
iOS Background
Android Background