Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.6 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.6 KB

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
  • iOS code are not tested, feel free to test it for me and report any problems.
  • I have heard that iBeacon scans on iOS are not possible without using native APIs, if this is true, then iBeacon support for iOS in this library will be impossible since this library conducts low-level BLE scans and then translates it according to beacon protocols.

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.