betracky_background_location 2.1.1
betracky_background_location: ^2.1.1 copied to clipboard
BeTracky Background Location Service — background location tracking with offline storage and upload to your own server.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add betracky_background_locationThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
betracky_background_location: ^2.1.1Alternatively, 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:betracky_background_location/betracky_background_location.dart';