Baran Güngör
Baran Güngör
I want listen a topic from my app. Can i do that?
I have 5 tabs. When the 5th one is clicked, if the variable I will control is null, I want it not to be passed to that tab.
I tried change default value to centeredLayout.setGravity(Gravity.BOTTOM|Gravity.CENTER); in .java file but not working. Is there a formula i don't know?
Can you add dynamic color to DialogTypes ?
As i wrote on title, i want catch the ExpandablePanel's expand status. Can i catch or how can i catch?
I will make an application and I want to be able to use the user's android device as an nfc card in the application. Can I add user specific information...
I want scan beacon devices, wrote the code like example code but i only see 2. print in my console. I can't see 3. print and can't startMonitoring. ``` if...
I have a problem wiht listenToBeacons. That's my code: > beaconEventsController.stream.listen((data) async { > print(data); > print('DATA'); > print(_beacons.length); > _beacons.clear(); > _beacons.add(json.decode(data)); > print(_beacons); > }, onDone: () {...
Hey, i'm using this plugin in my application. I started the monitoring thenk i stopped it but i keep see this logs in my console screen. What does it mean...