location_tracking 2.1.2 copy "location_tracking: ^2.1.2" to clipboard
location_tracking: ^2.1.2 copied to clipboard

A Flutter plugin for receiving location updates even when the app is terminated. Works on both iOS and Android with support for background execution.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add location_tracking

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

dependencies:
  location_tracking: ^2.1.2

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:location_tracking/location_tracking.dart';
0
likes
150
points
228
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for receiving location updates even when the app is terminated. Works on both iOS and Android with support for background execution.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, permission_handler

More

Packages that depend on location_tracking

Packages that implement location_tracking