synstin
synstin
**Alarm plugin version** 3.0.0 **Describe the bug** Android does not receive events on Alarm.ringStream.stream No events are received, but the alarm sounds. IOS is receiving fine, but only Android is...
**Alarm plugin version** 2.1.1 **Describe the bug** ``` class HomeController extends GetxController { late final StreamSubscription subscription; @override void onInit() { subscription = Alarm.ringStream.stream.listen((event) => print('ring')); } @override void onClose()...
**Alarm plugin version** 3.0.14 **Describe the bug** When the alarm goes off, the music I have set as background music gets smaller and then doesn't come back. For example, if...
I set it up so that a 5 second timer starts when the button is clicked. In version 1.2.1, when I click the button, an unknown number, 93, appears and...
The hero animation does not work when using GET routing. Will this be fixed in the getx5 version? **Related issues** https://github.com/jonataslaw/getx/issues/2276
**Alarm plugin version** 3.1.3 **Describe the bug** ``` Exception java.lang.RuntimeException: at android.app.ActivityThread.handleServiceArgs (ActivityThread.java:5286) at android.app.ActivityThread.-$$Nest$mhandleServiceArgs at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2531) at android.os.Handler.dispatchMessage (Handler.java:106) at android.os.Looper.loopOnce (Looper.java:230) at android.os.Looper.loop (Looper.java:319) at android.app.ActivityThread.main (ActivityThread.java:8893)...
I used a CustomizableEffect to customize the color of the dots, but the CustomizableEffect doesn't seem to be able to use the Scrolling feature. So currently I can't use ScrollingDotsEffect...
**Alarm plugin version** 3.1.4 **Describe the bug** Is it correct behavior that calling Alarm.stopAll() makes the notification disappear from the status bar? Sometimes calling stopAll() doesn't make the notification disappear...
### Is there an existing issue for this? - [X] I have searched the existing issues. ### Which plugins are affected? App Check ### Which platforms are affected? iOS ###...