localization_fallback 0.1.2
localization_fallback: ^0.1.2 copied to clipboard
Pure Dart localization fallback controller: turns raw GPS fixes, an optional trust verdict, and an optional dead-reckoning seam into ONE honest position estimate that never emits a confidently-wrong f [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add localization_fallbackThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
localization_fallback: ^0.1.2Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:localization_fallback/localization_fallback.dart';