Gautier de Lataillade

Results 59 comments of Gautier de Lataillade

Hi @syahrisnt Thanks for the video, I was able to reproduce your issue. I'm working on it. I'll keep you updated.

Hi @syahrisnt I just released version `3.1.2`. Please let me know if it fixes your issue.

Hi @tattuu ! Thank you so much for your suggestions ! A `autoStop` parameter could be totally relevant to this package. I've been doing some research for the other issues...

Hi @hoangan Indeed, setting another alarm that will override the main one could be a temporary workaround. Maybe some day I'll find the time to develop this feature.

Another way to do it is to set `loop` parameter to false, then the alarm will stop ringing & vibrating when the audio is finished playing. The alarm will last...

Hi @younesouhbi Thanks for your interest in the plugin. Yes I'm sure there are ways to reduce this delay. I will definitely take a look at it when I find...

Hi @warrenrhodes, Sorry for the late reply. I'm not sure to understand your request. You would like the plugin to have a default alarm sound in case the user does...

The issue is that Flutter itself doesn't provide a direct API to access the default system sounds for alarms, notifications, or ringtones on either iOS or Android. However, I could...

The issue is that I can't just play the default notification sound because the plugin relies on the fact that I have an audio file to play at a given...

Hi @dev-chetan, I might be mistaken but I'm pretty sure that sending a silent notification before alarm rings won't wake the app. Do you have more information on the amount...