smart_location 2.1.0 copy "smart_location: ^2.1.0" to clipboard
smart_location: ^2.1.0 copied to clipboard

A powerful, battery-conscious Flutter plugin for continuous background geolocation tracking, advanced geofencing, offline persistence, and motion-aware updates.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smart_location

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

dependencies:
  smart_location: ^2.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:smart_location/smart_location.dart';
5
likes
150
points
549
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A powerful, battery-conscious Flutter plugin for continuous background geolocation tracking, advanced geofencing, offline persistence, and motion-aware updates.

Homepage

Topics

#geofencing #background #geolocation #location #tracking

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, geolocator, http, plugin_platform_interface, web

More

Packages that depend on smart_location

Packages that implement smart_location