jeroen1602 / flutter_web_bluetooth

A dart library to use the web bluetooth api.
https://jeroen1602.github.io/flutter_web_bluetooth/
MIT License
19 stars 15 forks source link

Fixed the conversion from a JS map to a dart map for manufacturer data and service data. #84

Closed jeroen1602 closed 8 months ago

jeroen1602 commented 8 months ago

If you are listening to advertisements then these values will now be returned correctly.

closes #77