maps_tracking_toolbox 1.0.0 copy "maps_tracking_toolbox: ^1.0.0" to clipboard
maps_tracking_toolbox: ^1.0.0 copied to clipboard

A Flutter package providing utility functions for real-time location tracking, distance calculations, and route management for maps-based applications.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add maps_tracking_toolbox

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  maps_tracking_toolbox: ^1.0.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:maps_tracking_toolbox/maps_tracking_toolbox.dart';
4
likes
160
points
568
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package providing utility functions for real-time location tracking, distance calculations, and route management for maps-based applications.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, geolocator, google_maps_flutter, location

More

Packages that depend on maps_tracking_toolbox