dchs_flutter_beacon 0.6.2
dchs_flutter_beacon: ^0.6.2 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 Dart:
$ dart pub add dchs_flutter_beaconWith Flutter:
$ flutter pub add dchs_flutter_beaconThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
dchs_flutter_beacon: ^0.6.2Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:dchs_flutter_beacon/dchs_flutter_beacon.dart';