beacon_scanner 0.0.4 copy "beacon_scanner: ^0.0.4" to clipboard
beacon_scanner: ^0.0.4 copied to clipboard

A Flutter plugin for scanning bluetooth low energy iBeacon frames. Works also in background.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add beacon_scanner

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  beacon_scanner: ^0.0.4

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:beacon_scanner/beacon_scanner.dart';
10
likes
130
points
53
downloads

Publisher

verified publishergfos.com

Weekly Downloads

A Flutter plugin for scanning bluetooth low energy iBeacon frames. Works also in background.

Documentation

API reference

License

MIT (license)

Dependencies

beacon_scanner_android, beacon_scanner_ios, beacon_scanner_platform_interface, flutter

More

Packages that depend on beacon_scanner

Packages that implement beacon_scanner