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
Describe the bug
If the app is in the foreground when an alarm goes off, I get a notification. But the alarm listener doesn't get triggered. I'm using Alarm.ringStream.stream.listen(openAlarmPage), but that doesn't get triggered when an alarm starts ringing. In the debug console, I do see Flutter was notified that alarm 1 is ringing.
Additional context
I am using firebase cloud messaging and handlers for notifications from that, but they're not firing when an alarm sounds, either (not that I'd expect them too - I'm just adding this in case there's some weird collision there)
The text was updated successfully, but these errors were encountered:
Alarm plugin version
5.0.0-dev.4 and 4.1.1
Describe the bug
If the app is in the foreground when an alarm goes off, I get a notification. But the alarm listener doesn't get triggered. I'm using
Alarm.ringStream.stream.listen(openAlarmPage)
, but that doesn't get triggered when an alarm starts ringing. In the debug console, I do seeFlutter was notified that alarm 1 is ringing
.Additional context
I am using firebase cloud messaging and handlers for notifications from that, but they're not firing when an alarm sounds, either (not that I'd expect them too - I'm just adding this in case there's some weird collision there)
The text was updated successfully, but these errors were encountered: