synstin

Results 28 comments of synstin

@gdelataillade I have the same problem. When I look at battery utilization in my iOS settings, the apps that are using alarms are taking up over 60%. My app does...

![IMG_1490](https://github.com/gdelataillade/alarm/assets/106897491/f7bc0187-b538-4f6e-a100-429feddfa1b4) ![IMG_1491](https://github.com/gdelataillade/alarm/assets/106897491/fa6a8fed-f6c8-4dd8-9aec-280ade10c572) @gdelataillade Screenshot of iOS battery usage. The alarm is constantly draining the battery even though it is not active. In the second screenshot, you can see that the...

@gdelataillade ``` Alarm.ringStream.stream.listen((_) => Alarm.stopAll()); ``` I did stopAll() when I received the alarm completion event on the stream and the battery leak went away.

@gdelataillade I've suddenly noticed a huge increase in battery usage on IOS. I am using version 3.0.5.

@gdelataillade It seems to happen after updating the version from 3.0.2 to 3.0.4 or 3.0.5. I'll make some more observations and get back to you. As always, thanks for the...

Same here, which is why I can't use version 5. @jonataslaw

@gdelataillade The same thing happens when apply asBroadcastStream(). And I only want to keep one stream, and I want to close the stream when I'm done using it. I don't...

@gdelataillade I'm pretty sure cancel is called. Streams from other plugins ex) FGBG are closing without problems We really appreciate your attention to the issue and will be using one...

@farhanfadila1717 Using version 1.2.2 fixed the unknown numbers, thank you. But when the first number is sliding, the animation is not playing. For example, if I set a timer for...