truemetrics_flutter_sdk 0.0.4
truemetrics_flutter_sdk: ^0.0.4 copied to clipboard
Flutter plugin for Truemetrics SDK
0.0.4 #
- Updated native Android SDK to 1.3.3
- BREAKING BEHAVIOR CHANGE: Recording now starts automatically after
initialize()by default. In v1.2.2, you needed to explicitly callstartRecording(). To restore the old behavior, use'delayAutoStartRecording': TruemetricsConfig.explicitStartin config. - Added new states:
delayedStartandtrafficLimitReached - Added
delayAutoStartRecordingconfig parameter:TruemetricsConfig.explicitStart(-1) - recording starts only when you callstartRecording()(old v1.2.2 behavior)TruemetricsConfig.autoStartOnInit(0) - recording starts automatically after initialization (new default)- Any positive number (milliseconds) - delay before auto-starting recording
- Added
getDeviceId()method to retrieve device identifier - Removed
debugparameter (not supported in SDK 1.3.3) - Note:
deviceIdis no longer returned frominitialize()method, usegetDeviceId()instead
0.0.3 #
- Use truemetrics-sdk version 1.2.0
0.0.2 #
- Initial release