michaellee8 / flutter_blue_beacon

A Flutter library that implements iBeacon and Eddystone scanning on top of flutter_blue.
https://pub.dartlang.org/packages/flutter_blue_beacon
MIT License
17 stars 12 forks source link

flutter_blue_beacon

A Bluetooth Low Energy (BLE) beacon implementation native to flutter using the flutter_blue plugin.

Current implementation status:

Protocol Android iOS*
iBeacon Yes ?
AltBeacon No No
EddystoneUID Yes ?
EddystoneEID Yes ?
EddystoneTLM (Unencrypted) No No
EddystoneTLM (Encrypted) No No
EddystoneURL No No

Feel free to contribute and add support to more protocols!
A good start for implementing Eddystone: https://github.com/evothings/cordova-eddystone
A good start for implementing iBeacon: https://stackoverflow.com/questions/18906988/what-is-the-ibeacon-bluetooth-profile

Getting Started

This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.