background_geolocation_firebase 0.1.0 background_geolocation_firebase: ^0.1.0 copied to clipboard
A Firebase adapter for the flutter_background_geolocation plugin. Automatically syncs recorded locations to your Firestore database.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add background_geolocation_firebase
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
background_geolocation_firebase: ^0.1.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:background_geolocation_firebase/background_geolocation_firebase.dart';