device_finder 0.1.1 copy "device_finder: ^0.1.1" to clipboard
device_finder: ^0.1.1 copied to clipboard

Fully offline Bluetooth device tracking for Flutter. Pure-Dart Kalman-filtered RSSI engine, trilateration with mirror-ambiguity resolution, offline calibration profiles, and a premium 60fps radar UI. [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add device_finder

With Flutter:

 $ flutter pub add device_finder

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

dependencies:
  device_finder: ^0.1.1

Alternatively, 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:device_finder/device_finder.dart';
1
likes
0
points
210
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

Fully offline Bluetooth device tracking for Flutter. Pure-Dart Kalman-filtered RSSI engine, trilateration with mirror-ambiguity resolution, offline calibration profiles, and a premium 60fps radar UI. Pair with device_finder_ble for capture.

Repository (GitHub)
View/report issues

Topics

#bluetooth #rssi #tracking #radar #ble

License

unknown (license)

Dependencies

flutter

More

Packages that depend on device_finder