navigation_safety_calibration 0.1.2
navigation_safety_calibration: ^0.1.2 copied to clipboard
Pure Dart navigation-safety calibration primitives — Magnus humidity-temperature, precipitation decay, and speed-dependent visibility heuristics.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add navigation_safety_calibrationWith Flutter:
$ flutter pub add navigation_safety_calibrationThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
navigation_safety_calibration: ^0.1.2Alternatively, 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:navigation_safety_calibration/navigation_safety_calibration.dart';