geo_fence_utils 2.1.0 copy "geo_fence_utils: ^2.1.0" to clipboard
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_utils

This 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.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:geo_fence_utils/geo_fence_utils.dart';
6
likes
140
points
183
downloads

Publisher

verified publishermnbtechhube.com

Weekly Downloads

Production-ready geofence calculations. Accurate distance (Haversine), circle & polygon detection, batch operations. 96% test coverage.

Repository (GitHub)
View/report issues

Topics

#geography #geolocation #geofencing #maps #distance

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, flutter_map, google_maps_flutter, latlong2

More

Packages that depend on geo_fence_utils