-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Different UUIDs #1
Comments
Hi, marcotrumpet . The initial goal of this project was to create a Flutter plugin to enable data exchange between apps cross-platform. During the development of this plugin, I also worked on flutter_nfc_hce concurrently. In the initial version, I hard-coded the UUIDs for services and characteristics in the native code and deployed it. However, for future updates, I plan to allow passing UUIDs for services and characteristics as parameters in Flutter functions. While working on both plugin projects and studying BLE and NFC HCE, I realized that I initially hardcoded these values for deployment. I appreciate your interest in my project, and I plan to proceed with the updates soon. When the updates are complete and published on pub.dev, I will inform you through comments on the issue tracker. Thank you once again for your interest in my project, and I wish you the best of luck. |
Thanks for the quick reply.. While playing around with your package I fixed an issue with advertising on ios but I'm still not able to connect to the peripheral.. if you want I can do a PR if I can solve it |
Thank you, marcotrumpet. I just found out that you are the developer behind the flutter_security and flutter_mapbox_navigation plugins. I'm really grateful for sharing these great plugins. I've been using flutter_mapbox_navigation in my app for the past month, and I want to express my thanks once again. Also, I appreciate your help with the issues in the flutter_ble_central_peripheral plugin. It's truly an honor for me. In fact, I've been working with Flutter for about 6 months now, and I have a different profession outside of development. Coding is my hobby, and I've been coding in Java for about 10 years before starting to develop apps with Flutter. It's been around 3 months since I started publishing plugins on pub.dev, and I'm not very familiar with GitHub and Pull Requests. A few weeks ago, there was a Pull Request for flutter_nfc_hce, and I applied the changes you made to my source code because I wasn't familiar with the process. But this time, I want to try creating a Pull Request after reading GitHub documentation and collaborate with you, marcotrumpet, on coding. It's a great honor and joy for me to be able to collaborate in coding with a current software engineer. I'll spend about a day preparing and then provide comments on the issue. I'll also provide links to the plugins I've created just in case:
I will contact you after creating the PR. Thank you. |
Hello marcotrumpet. I was reading the Github documentation yesterday and I understood the concept and principles of Pull Requests. If you could send me a PR for the issue at hand, I would greatly appreciate it. After that, I will review the code and update the README to acknowledge the contributor marcotrumpet. Thank you for your assistance, and I'll be looking forward to your PR. Have a great day and stay strong! |
I wasn't able to solve the issues yet, sorry |
While working on updating functions that pass parameters for UUID and similar tasks, I'll look into the issues occurring on iOS. Feel free to submit a PR anytime you find a solution. Thank you for the prompt response, and have a great time! |
Concerning the ios issue, if you deploy the ios version of the base code https://github.com/alexanderlavrushko/BLEProof-collection, everything starts working, it made me think it was an issue with the authorizations, but it isn't. |
Hi bbm-design!!! When I tested the plugin, I did it on iOS version 16, and when I built the source code from the original author and tested the plugin on both sides, I didn't encounter any issues. Could you please let me know which iOS version you are currently testing with? Also, thank you for your interest in the plugin. |
i will try to help you as much as possible too, as i really like the work you did, the plugin is really simple, well made and easy to maintain. |
Hay, thanks for this package, it helped me a lot to understand a little bit better the peripheral/central suff. One question, is there any reason why uuids for services and characteristics are in native and not parameters from Flutter?
The text was updated successfully, but these errors were encountered: