Baran Güngör
Baran Güngör
I saw that, but it look like listen a queue. Should i use Exchange if i want listen a topic?
I want do same thing. Could you?
I'm facing same error, i should fix this error can you help me if you resolved this.
I tried and faced same error. I guess this plugin doesn't support for foreground services.
I saw now. While the application is running in the background, you want to run functions according to the devices found, do I understand correctly?
@baranacikgoz which platform do you use?
My code used to work like this, but it doesn't work now because it never run the setMethodCallHandler function. @umair13adil maybe you can look that. ``` print('HELLO'); if (Platform.isAndroid) {...
i found thanks 🙌
@udaykumaruking i used ExpandableController for my ExpandalePanel and i am changing "myController.expanded" to onTap's value. That's the code : > `onTap: (val) { ` > `setState (() { ` >...