live_location_tracker_plus 1.0.1 copy "live_location_tracker_plus: ^1.0.1" to clipboard
live_location_tracker_plus: ^1.0.1 copied to clipboard

A Flutter plugin for live background location tracking with geofencing, Firebase sync, and battery optimization. Supports Android foreground service and iOS background modes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add live_location_tracker_plus

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

dependencies:
  live_location_tracker_plus: ^1.0.1

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:live_location_tracker_plus/live_location_tracker_plus.dart';
2
likes
150
points
28
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for live background location tracking with geofencing, Firebase sync, and battery optimization. Supports Android foreground service and iOS background modes.

Repository (GitHub)
View/report issues
Contributing

Topics

#location #gps #geofence #tracking #background

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on live_location_tracker_plus

Packages that implement live_location_tracker_plus