smooth_vehicle_tracker 0.2.0 copy "smooth_vehicle_tracker: ^0.2.0" to clipboard
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_tracker

This 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.0

Alternatively, 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';
1
likes
150
points
103
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Dead-reckoning and polyline-based vehicle tracking for Flutter maps (Google Maps): sparse SSE updates, route snapping, smoothed heading.

Repository (GitHub)
View/report issues

Topics

#maps #geolocation #google-maps-flutter

License

MIT (license)

Dependencies

flutter, google_maps_flutter

More

Packages that depend on smooth_vehicle_tracker