google_geofence_helper 1.0.0 copy "google_geofence_helper: ^1.0.0" to clipboard
google_geofence_helper: ^1.0.0 copied to clipboard

A Flutter package that provides an interactive map widget for creating and editing geofences, perfect for defining delivery zones, service areas, or any other geofenced regions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add google_geofence_helper

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

dependencies:
  google_geofence_helper: ^1.0.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:google_geofence_helper/google_geofence_helper.dart';
0
likes
130
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides an interactive map widget for creating and editing geofences, perfect for defining delivery zones, service areas, or any other geofenced regions.

Repository (GitHub)
View/report issues

Topics

#maps #geofence #location #google-maps

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

collection, flutter, google_maps_flutter, google_maps_flutter_web, vector_math

More

Packages that depend on google_geofence_helper