precise_compass 0.1.0
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_compassThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
precise_compass: ^0.1.0Alternatively, 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';