smooth_vehicle_tracker 0.2.0
smooth_vehicle_tracker: ^0.2.0 copied to clipboard
Dead-reckoning and polyline-based vehicle tracking for Flutter maps (Google Maps): sparse SSE updates, route snapping, smoothed heading.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add smooth_vehicle_trackerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
smooth_vehicle_tracker: ^0.2.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:smooth_vehicle_tracker/smooth_vehicle_tracker.dart';