Closed rohitsangwan01 closed 2 years ago
Sure. Looks better than 'UnimplementError'
Updated format. Could you take a look or try?
@Sunbreak for me msg["characteristics"] = characteristics;
was not working
so replaced that with msg.insert({"characteristics", characteristics});
, working fine now
@Sunbreak for me
msg["characteristics"] = characteristics;
was not working so replaced that withmsg.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;
@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