Sensors Analytics Flutter SDK Flutter plugin sensors_analytics_flutter_plugin, encapsulating commonly used APIs of Sensors Analytics Android and iOS SDK. By using this plugin, you can achieve statistical tracking and reporting of code instrumentation.

1. Table of Contents

Notice

2. SDK Feature List

Primary FeatureSecondary FeatureSpecific Feature / Description
Identify UsersAutomatically identify anonymous usersAutomatically identify anonymous users with device ID
Support replacing with custom anonymous ID
Identify logged-in usersIdentify logged-in users with login ID
Set user properties
Collect DataAutomatically collect device informationDefault device information collected automatically, such as screen width, screen height, and system version number
Support automatic collection of screen orientation
Support automatic collection of latitude and longitude information
Full coverage collectionApp start
App exit
Public propertiesStatic public properties
Clear public properties
Custom event trackingCollect activation (installation) events
Track event duration
Custom code tracking
Report dataAutomatic data reportingSDK automatically sends event data after meeting certain conditions
Manual data reportingSDK supports manual reporting of event data
Debug FunctionDebug ModeEnable/Disable Debug Mode
Debug LogShow/Hide Debug Log

The functionality list of the Flutter SDK is currently lower than that of the native SDK, which means that it does not include all the functions provided by the native SDK. If you need to use the functions provided by the native SDK, you can initialize the SDK on the native side. For specific initialization methods, refer to the Android SDK User Guide and iOS SDK User Guide.

3. SDK Preset Events and Properties

Refer to the App SDK Preset Events and Properties Documentation