umair13adil / simple_beacons_flutter

A flutter plugin project to range & monitor iBeacons.
Apache License 2.0
35 stars 42 forks source link

How can I access data like minor, rssi values? #52

Closed nanduviswanathan closed 3 years ago

nanduviswanathan commented 3 years ago

I want to access data like minor, major and rssi values. but currently it read data as a string. Is there any way to access data separately?

umair13adil commented 3 years ago

The result is in JSON, so you extract these values after parsing the string JSON.