alann-maulana / flutter_beacon

An hybrid iBeacon scanner and transmitter SDK for Flutter Android and iOS.
Apache License 2.0
117 stars 144 forks source link

how edit this github package code to do monitoring #68

Closed Emily-li1999 closed 4 years ago

Emily-li1999 commented 4 years ago

how edit this github package code to do monitoring(I want to know whether enter or exist this beacon )in flutter?

alann-maulana commented 4 years ago

Hi @Emily-li1999

There is already monitoring method for beacons https://github.com/alann-maulana/flutter_beacon#monitoring-beacons

If you intended to add other functionality to this little package, you can start by inspecting ios and android folder containing the native code.