Eka Setiawan Saputra

Results 146 comments of Eka Setiawan Saputra

hi @MohamadKattan Can you elaborate in more detail?

We have to open the application at least once after the installation process is complete. It is necessary because we have to update the callback handle with the latest binary....

@MohamadKattan OK, I'll give it a try when I have the chance.

@Nelmajuva some other plugins that working with hardware sensor (such as bluetooth) usually needs a Context from Activity, and because this plugin is running inside Service class that makes that...

hi @MohammadAminZamaniAfshar thanks for the report, unfortunately I don't have a device with LEDs to reproduce this issue.

i think, it can be caused by notification channel priority. Could you try to change the notification priority on the application setting?

@carman247 it's possible, but I recommend running the service on the main method immediately. Regardless you will execute something on the service or not. You can start running a task...

@carman247 you cant't do that because background service running in different isolate, so you will never able to get the provider instance.

@amazement1 you have to call `initializeService()` on `main()` method, so your application will update the callback handle when the app launch immediately.

@Alvarocda the 'onStart' method cannot be member of class. So, its must be a top level method.