-
Notifications
You must be signed in to change notification settings - Fork 71
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
Add Pair Method for Windows #116
base: master
Are you sure you want to change the base?
Conversation
dependency_overrides: | ||
quick_blue_platform_interface: | ||
path: ../quick_blue_platform_interface | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need for here. There is a dependency_overrides
in quick_blue_example
I prefer add BIG features into https://github.com/woodemi/quick.flutter https://pub.dev/packages/quick_notify/versions/0.3.0-dev.0 has been released within |
when are you planning to release quick_blue from quick.flutter ?? |
@rohitsangwan01 device disconnects while pairing in windows... |
probably because this device does not supports pairing , can you confirm |
@rohitsangwan01 device supports pairing. |
Can you check from Windows setting , after clicking on Pair from App , your device will disconnect from QuickBlue , and when you go to windows settings , it will appear there as Paired , you can now connect back again to the device in QuickBlue |
I have checked the code and confirm it is an issue when we are using a device with pin.. I have used following code in my device and its working... We have to use DevicePairingKinds : ProvidePin with args.Accept(winrt::to_hstring(L" YOUR DEVICE PIN "));
|
Got it , and some device paired without Pin , we need to find a way to fix this , btw can you test Pair method in new QucikBlue.flutter , here i added a PR , added Pair method in Windows and Android |
I tested woodemi/quick.flutter#33 also and the same error occurs in windows.. |
Android pairing code works fine btw |
@Vishavjeet-clarity can you add this comment on That PR, it will be easy to track and fix |
Done |
@Sunbreak Added Pair method for Windows Platform ,
Thanks to kinyoklion
it will throw Unimplemented Error for Other Platforms
also update Example to show Pair button for Windows Platform