sensors_wave_sdk 0.1.0 copy "sensors_wave_sdk: ^0.1.0" to clipboard
sensors_wave_sdk: ^0.1.0 copied to clipboard

Sensors Wave Flutter SDK for event tracking and AB testing.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.0 - 2025-02-25 #

Added #

  • Initial release to pub.dev
  • Event tracking (trackEvent, profile operations)
  • Auto-capture for preset events ($AppStart, $AppEnd, $AppPageView, $AppPageLeave, $AppClick, $AppInstall)
  • AB Testing support (feature gates, experiments)
  • Plugin system with 8 built-in plugins:
    • AppInstallPlugin - 首次安装检测
    • AppStartPlugin - 应用启动事件
    • AppEndPlugin - 应用结束事件
    • PageViewPlugin - 页面浏览事件
    • PageLeavePlugin - 页面离开事件
    • AppClickPlugin - 点击事件采集(可选)
    • ABTestPlugin - AB 测试支持(可选)
  • Persistent event queue with retry mechanism
  • Batch sending support
  • Storage adapters (SharedPreferences, SQLite)
  • Network client with Dio integration

Documentation #

  • English and Chinese README
  • API documentation