alexanderlavrushko / BLEProof-collection

Example of complete BLE application: Central and Peripheral for Android, iOS, ESP32, Arduino Nano 33
128 stars 40 forks source link

Thank you for your open-source contributions. #6

Open deokgyuhan opened 1 year ago

deokgyuhan commented 1 year ago

Hello, I am a Flutter developer. I've been exploring various resources to create BLE central/peripheral for both Android and iOS apps, and I came across your open-source code, which I tested successfully on the latest versions of both platforms. Now, I plan to create native code for each OS and bind it to Flutter, using your code as a reference. While there are no issues, I wanted to express my gratitude and leave a message on your issues page. Wishing you happiness always, and once again, thank you very much.

jonbhanson commented 6 months ago

I'm adding on to this thread to echo the same sentiment. I'm developing a native Android app and found your examples, specifically the Android Central No Scan example, to be clearer than any other examples I've been able to find. And that's coming from someone hasn't learned Kotlin! Thanks for your work on these great examples!