allinone_location 2.0.0
allinone_location: ^2.0.0 copied to clipboard
Unified Flutter location SDK featuring Kalman filtering, adaptive battery optimization, motion detection, geofencing, mock detection, route compression, and offline sync.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add allinone_locationThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
allinone_location: ^2.0.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:allinone_location/allinone_location.dart';