woodemi / quick.flutter

54 stars 64 forks source link

Added Windows Discover Services #10

Closed rohitsangwan01 closed 2 years ago

rohitsangwan01 commented 2 years ago

@Sunbreak if this one seems fine , maybe we can add this to main quick_ble too , i know its not necessary to discover services in windows , but just to complete features checklist

Sunbreak commented 2 years ago

Sure. Looks better than 'UnimplementError'

Sunbreak commented 2 years ago

Updated format. Could you take a look or try?

rohitsangwan01 commented 2 years ago

@Sunbreak for me msg["characteristics"] = characteristics; was not working so replaced that with msg.insert({"characteristics", characteristics}); , working fine now

Sunbreak commented 2 years ago

@Sunbreak for me msg["characteristics"] = characteristics; was not working so replaced that with msg.insert({"characteristics", characteristics}); , working fine now

https://www.dynamsoft.com/codepool/writing-cpp-flutter-barcode-plugin-windows.html

It could be map[EncodableValue("format")] = results->results[index]->barcodeFormatString;