moengage_geofence 5.0.2 copy "moengage_geofence: ^5.0.2" to clipboard
moengage_geofence: ^5.0.2 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:

Download

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.

Android Installation #

Note: As of moengage_geofence plugin version 5.0.0, the geofence dependency is included within the plugin itself Developers should remove the com.moengage:geofence dependency from the build.gradle as it is now included with the plugin.

MavenBadge

For moengage_geofence version less than5.0.0, Once you install the Flutter Plugin add MoEngage's native Android SDK dependency to the Android project of your application. Navigate to android --> app --> build.gradle. Add the MoEngage Android SDK's dependency in the dependencies block

dependencies {
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    implementation("com.moengage:geofence:$sdkVersion")
}
0
likes
150
points
3.5k
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter Plugin for using Geofence feature of MoEngage Platform.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

flutter, moengage_flutter, moengage_geofence_android, moengage_geofence_ios, moengage_geofence_platform_interface

More

Packages that depend on moengage_geofence