sensorswave_flutter_sdk 0.4.1 copy "sensorswave_flutter_sdk: ^0.4.1" to clipboard
sensorswave_flutter_sdk: ^0.4.1 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.4.1 - 2026-05-14 #

Added #

  • Add preset event properties for user event

0.4.0 - 2026-05-14 #

Added #

  • AB Feature Config

0.3.1 - 2026-04-18 #

Fixed #

  • $AppEnd tracking$

0.3.0 - 2026-04-17 #

Added #

  • Support for UTM Tracking

0.2.2 - 2026-03-12 #

Removed #

  • Remove redundant logs

0.2.1 - 2026-03-11 #

Fixed #

  • Resending of failed events

0.2.0 - 2026-02-27 #

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