beacon_broadcast 0.3.1 copy "beacon_broadcast: ^0.3.1" to clipboard
beacon_broadcast: ^0.3.1 copied to clipboard

A Flutter plugin for turning your device into a beacon. Plugin uses AltBeacon library for Android and CoreLocation for iOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add beacon_broadcast

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

dependencies:
  beacon_broadcast: ^0.3.1

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_broadcast/beacon_broadcast.dart';
41
likes
130
pub points
85%
popularity

Publisher

unverified uploader

A Flutter plugin for turning your device into a beacon. Plugin uses AltBeacon library for Android and CoreLocation for iOS.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on beacon_broadcast