allinone_location 1.0.6 copy "allinone_location: ^1.0.6" to clipboard
allinone_location: ^1.0.6 copied to clipboard

Unified Flutter package for permission handling, multi-sample high-accuracy location, and screen-off background location tracking.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add allinone_location

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

dependencies:
  allinone_location: ^1.0.6

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:allinone_location/allinone_location.dart';
3
likes
160
points
675
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Unified Flutter package for permission handling, multi-sample high-accuracy location, and screen-off background location tracking.

Homepage
Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

flutter, flutter_background_service, flutter_local_notifications, geolocator, permission_handler, shared_preferences

More

Packages that depend on allinone_location