We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 671e361 commit 1cf6b9fCopy full SHA for 1cf6b9f
README.md
@@ -137,21 +137,21 @@ SensorsAnalyticsEventTypeAppEnd];
137

138
139
140
-## 3. Flutter 中使用插件
+## 4. Flutter 中使用插件
141
在具体 dart 文件中导入 `sensors_analytics_flutter_plugin.dart`
142
143
```dart
144
import 'package:sensors_analytics_flutter_plugin/sensors_analytics_flutter_plugin.dart';
145
```
146
-### 3.1 埋点事件
+### 4.1 埋点事件
147
148
例如,触发事件名为 AddToFav ,对应的事件属性有:ProductID 和 UserLevel 的事件:
149
150
151
SensorsAnalyticsFlutterPlugin.track("AddToFav",{"ProductID":123456,"UserLevel":"VIP"});
152
153
154
-### 3.2 设置用户属性
+### 4.2 设置用户属性
155
156
例如,设置用户 Age 属性:
157
0 commit comments