flutter_beacon 0.5.1 copy "flutter_beacon: ^0.5.1" to clipboard
flutter_beacon: ^0.5.1 copied to clipboard

Flutter plugin for scanning and transmit as beacon (iBeacon) on Android and iOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_beacon

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

dependencies:
  flutter_beacon: ^0.5.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:flutter_beacon/flutter_beacon.dart';
81
likes
130
pub points
92%
popularity

Publisher

verified publishercubeacon.com

Flutter plugin for scanning and transmit as beacon (iBeacon) on Android and iOS.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_beacon