background_locator 1.6.12 copy "background_locator: ^1.6.12" to clipboard
background_locator: ^1.6.12 copied to clipboard

A Flutter plugin to request the location even if the app is killed. Sending the location to a dart function in background, also provide a meter filter

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add background_locator

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

dependencies:
  background_locator: ^1.6.12

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:background_locator/background_locator.dart';
388
likes
110
pub points
88%
popularity

Publisher

unverified uploader

A Flutter plugin to request the location even if the app is killed. Sending the location to a dart function in background, also provide a meter filter

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on background_locator