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

A Flutter plugin for background location tracking with Android and iOS support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add arbiter_background_location

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

dependencies:
  arbiter_background_location: ^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:arbiter_background_location/bg_location.dart';
import 'package:arbiter_background_location/my_background_geolocation.dart';
3
likes
160
points
40
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for background location tracking with Android and iOS support.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, http, shared_preferences, sqflite

More

Packages that depend on arbiter_background_location