smart_location_plus 0.2.0
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_plusThis 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.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:smart_location_plus/smart_location_plus.dart';