Gautier de Lataillade

Results 59 comments of Gautier de Lataillade

Hi @singhcreations Please share the steps to reproduce.

Hi @younesouhbi I did some research and it looks you're right ! Two apps in the same device that uses my plugin could have conflicts. I will have to find...

Hi @synstin OK I'll try to fix it in the next release.

Hi @hiepjozu Thanks for your interest in the package. I am aware of the issue, I'm currently working on it. I'll keep you updated !

@hiepjozu did you experience the issue on iOS or Android or both ?

Hi @Toxicann, Thanks for your interest in the plugin ! This is not the first time is see this error. I found this solution in StackOverflow: https://stackoverflow.com/questions/71065727/lateinitializationerror-sharedpreferences Make sure you...

The issue comes from `Alarm.init` being called within the `onTapBackground` function, which operates in a different isolate. As isolates don't share memory in Dart, SharedPreferences isn't accessible here. This becomes...