flutter_geofence_manager 1.0.2 copy "flutter_geofence_manager: ^1.0.2" to clipboard
flutter_geofence_manager: ^1.0.2 copied to clipboard

A cross-platform Flutter plugin to handle flutter_geofence_manager for Android and iOS. Provides background location monitoring and geofence event handling.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_geofence_manager

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

dependencies:
  flutter_geofence_manager: ^1.0.2

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:flutter_geofence_manager/flutter_geofence_manager.dart';
5
likes
140
points
32
downloads

Publisher

verified publisherakshya.site

Weekly Downloads

A cross-platform Flutter plugin to handle flutter_geofence_manager for Android and iOS. Provides background location monitoring and geofence event handling.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, geo_fencing_android, geo_fencing_ios, geo_fencing_platform_interface

More

Packages that depend on flutter_geofence_manager