compound_failure_advisor 0.1.2
compound_failure_advisor: ^0.1.2 copied to clipboard
Pure Dart in-drive compound-failure caution advisor for snow-zone navigation: fuses position-trust and visibility into one honest, advisory-only caution label when GPS and the map are failing at once. [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add compound_failure_advisorWith Flutter:
$ flutter pub add compound_failure_advisorThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
compound_failure_advisor: ^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:compound_failure_advisor/compound_failure_advisor.dart';