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

Beacon Distance is a simple yet powerful application designed to measure and monitor distances using beacon technology.

Beacon distance #

Beacon Distance is a simple yet powerful application designed to measure and monitor distances using beacon technology.

Installation #

  1. Add the latest version of package to your pubspec.yaml (and rundart pub get):
dependencies:
  beacon_distance: ^0.0.1
  1. Import the package and use it in your Flutter App.
import 'package:beacon_distance/beacon_util.dart';

Example #

double distance = BeaconUtil.instance.calculateDistance(txPower, rssi);

1
likes
135
points
70
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Beacon Distance is a simple yet powerful application designed to measure and monitor distances using beacon technology.

Homepage

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on beacon_distance