geo_fence_utils 2.1.0
geo_fence_utils: ^2.1.0 copied to clipboard
Production-ready geofence calculations. Accurate distance (Haversine), circle & polygon detection, batch operations. 96% test coverage.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add geo_fence_utilsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
geo_fence_utils: ^2.1.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:geo_fence_utils/geo_fence_utils.dart';