lemnisk_plugin 0.0.9 copy "lemnisk_plugin: ^0.0.9" to clipboard
lemnisk_plugin: ^0.0.9 copied to clipboard

PlatformAndroidiOS
outdated

The Lemnisk Flutter SDK allows you to track user event data from your Android app. The SDK can be easily imported into any Android or iOS app. Based on the data it receives from the user activity, it [...]

lemnisk_plugin #

This project is the Lemnisk Plugin for track events, capture screen view, identify users on Flutter based Apps, it is also integrated with following destinations in device mode:

  1. GA4
  2. AppsFlyer
  3. Clevertap

Getting Started #

import 'package:lemnisk_plugin/AttributeBuilder.dart'; import 'package:lemnisk_plugin/LemniskFlutterCore.dart'; import 'package:lemnisk_plugin/LemniskHelper.dart';

LemniskHelper.configure(SERVER_URL, WRITE_KEY, lemniskFirebaseCore, lemniskApsflyer, lemniskCleverTapCore);

Check the example for more details.

###For Clevertap Destination Integration, please add following configuration: ####Android: Please add below config after replacing value with actual Clevertap Account id, Token in AndroidManifest.xml

<meta-data
android:name="CLEVERTAP_ACCOUNT_ID"
android:value="XXX-XXX-XXXX"/>
<meta-data
android:name="CLEVERTAP_TOKEN"
android:value="XXX-XXX-XXX"/>
<meta-data
android:name="CLEVERTAP_USE_GOOGLE_AD_ID"
android:value="1"/>

####iOS: Please add below config after replacing value with actual Clevertap Account id, Token in Info.plist i. Add property CleverTapAccountID as String and set it's value. ii. Add property CleverTapToken as String and set it's value.

17
likes
100
pub points
0%
popularity

Publisher

verified publisherlemnisk.co

The Lemnisk Flutter SDK allows you to track user event data from your Android app. The SDK can be easily imported into any Android or iOS app. Based on the data it receives from the user activity, it sends real-time personalized push notifications to the users about the services and products that our clients provide.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

advertising_id, appsflyer_sdk, clevertap_plugin, date_time_format, device_info, firebase_analytics, firebase_core, flutter, flutter_web_plugins, http, intl, package_info_plus, platform_device_id_platform_interface, uuid

More

Packages that depend on lemnisk_plugin