smart_location_plus 0.2.0 copy "smart_location_plus: ^0.2.0" to clipboard
smart_location_plus: ^0.2.0 copied to clipboard

A unified Flutter location package combining geolocator, geocoding, and native geofencing into one simple, powerful API. Battery-efficient, platform-native geofencing. Zero boilerplate, full customization.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smart_location_plus

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

dependencies:
  smart_location_plus: ^0.2.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_plus/smart_location_plus.dart';
2
likes
140
points
24
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A unified Flutter location package combining geolocator, geocoding, and native geofencing into one simple, powerful API. Battery-efficient, platform-native geofencing. Zero boilerplate, full customization.

Repository (GitHub)
View/report issues

Topics

#location #geocoding #geofencing #gps #tracker

License

MIT (license)

Dependencies

flutter, geocoding, geolocator, native_geofence

More

Packages that depend on smart_location_plus