geofence_service_in_app 3.6.0
geofence_service_in_app: ^3.6.0 copied to clipboard
This plugin is a fork of geofence_service with updated dependencies.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add geofence_service_in_appThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
geofence_service_in_app: ^3.6.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:geofence_service_in_app/geofence_service_in_app.dart';