flutter_blue_beacon 0.0.2 copy "flutter_blue_beacon: ^0.0.2" to clipboard
flutter_blue_beacon: ^0.0.2 copied to clipboard

A Eddystone and iBeacon implementation native to flutter using the flutter_blue plugin.

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.

2
likes
40
pub points
33%
popularity

Publisher

unverified uploader

A Eddystone and iBeacon implementation native to flutter using the flutter_blue plugin.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, flutter_blue, quiver

More

Packages that depend on flutter_blue_beacon