geo_fence_utils 1.0.1 copy "geo_fence_utils: ^1.0.1" to clipboard
geo_fence_utils: ^1.0.1 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 Dart:

 $ dart pub add geo_fence_utils

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 dart pub get):

dependencies:
  geo_fence_utils: ^1.0.1

Alternatively, your editor might support dart pub get or 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';
13
likes
0
points
233
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

License

unknown (license)

Dependencies

flutter

More

Packages that depend on geo_fence_utils