I am working on a Flutter project where I need to implement functionality that listens for clicks on beacon devices. I am using Flutter for the mobile app development, and I have integrated beacon devices into my project using the flutter_blue package for Bluetooth communication.
I have already implemented beacon detection using the flutter_blue package, but I need help with the code that listens for beacon device clicks. Any guidance on how to structure the code or examples of similar implementations would be greatly appreciated. Note: I am specifically looking for Flutter code examples and explanations on how to handle beacon device clicks within my Flutter app.
Requirements : 1.I want to detect when a user clicks on a specific beacon device. 2.The app should continuously scan for nearby beacon devices.