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);

Libraries

beacon_distance