gdelataillade / alarm

A Flutter plugin to easily manage alarms on iOS and Android
https://pub.dev/packages/alarm
MIT License
110 stars 68 forks source link

Alarm.ringStream 刚开始时候监听 无法监听到里面的变化 只有重启才能监听到 #217

Open joe6851 opened 2 weeks ago

joe6851 commented 2 weeks ago

Alarm plugin version ex: 0.2.9 (please update to the latest version before submitting the issue)

Describe the bug ...

To Reproduce Steps to reproduce the behavior:

  1. ...

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Device info Provide device info (Manufacturer, OS version, ...) Ex: iPhone 13 Pro, iOS 16.2, ...

Additional context Add any other context about the problem here.

joe6851 commented 2 weeks ago

2.1.1 是可以的 Alarm.ringStream 刚开始时候监听 无法监听到里面的变化 只有重启才能监听到

joe6851 commented 2 weeks ago

2.1.1 是可以的 3.1.0 也不行 我是在initstate 监听的ringStream.listen image 只有当app 重新打开后才能监听stream 里面