device_finder 0.1.3 copy "device_finder: ^0.1.3" to clipboard
device_finder: ^0.1.3 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 Flutter:

 $ flutter pub add device_finder

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

dependencies:
  device_finder: ^0.1.3

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

Documentation

Documentation
API reference

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

MIT (license)

Dependencies

flutter

More

Packages that depend on device_finder