libre_location 0.1.0
libre_location: ^0.1.0 copied to clipboard
Production-grade background location tracking for Flutter without Google Play Services. Pure AOSP LocationManager on Android, CoreLocation on iOS. Built for privacy-focused apps, GrapheneOS, CalyxOS, [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add libre_locationThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
libre_location: ^0.1.0Alternatively, 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:libre_location/libre_location.dart';