precise_compass 0.1.0 copy "precise_compass: ^0.1.0" to clipboard
precise_compass: ^0.1.0 copied to clipboard

Honest, high-accuracy Flutter compass: continuous heading accuracy in degrees, confidence scoring, sensor fusion, and reliable calibration detection.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add precise_compass

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

dependencies:
  precise_compass: ^0.1.0

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:precise_compass/precise_compass.dart';
0
likes
160
points
0
downloads
screenshot

Documentation

API reference

Publisher

verified publisherawrs.me

Weekly Downloads

Honest, high-accuracy Flutter compass: continuous heading accuracy in degrees, confidence scoring, sensor fusion, and reliable calibration detection.

Repository (GitHub)
View/report issues
Contributing

Topics

#compass #sensors #heading #navigation #location

License

MIT (license)

Dependencies

flutter, meta

More

Packages that depend on precise_compass

Packages that implement precise_compass