moengage_geofence 3.2.0
moengage_geofence: ^3.2.0 copied to clipboard
Flutter Plugin for using Geofence feature of MoEngage Platform.
MoEngage Geofence Plugin #
Geofence Plugin for MoEngage Platform
SDK Installation #
To add the MoEngage Geofence SDK to your application, edit your application's pubspec.yaml file and add the below dependency to it:
dependencies:
moengage_geofence: $latestSdkVersion
replace $latestSdkVersion with the latest SDK version.
Run flutter packages get to install the SDK.
Note: This plugin is dependent on moengage_flutter plugin. Make sure you have installed the moengage_flutter make sure you have installed the moengage_flutter plugin as well.