bgeo_background_geolocation 0.2.0
bgeo_background_geolocation: ^0.2.0 copied to clipboard
Reliable background geolocation for Flutter (BGeo engine) — iOS & Android. Motion-aware tracking, offline HTTP queue, geofences, headless events.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add bgeo_background_geolocationWith Flutter:
$ flutter pub add bgeo_background_geolocationThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
bgeo_background_geolocation: ^0.2.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:bgeo_background_geolocation/bgeo_background_geolocation.dart';