Skip to content

Commit bb35728

Browse files
author
weiqiangliu
committed
Release 2.2.0
1 parent 994ce74 commit bb35728

File tree

6 files changed

+8
-9
lines changed

6 files changed

+8
-9
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ build/
88
/.idea
99

1010
pubspec.lock
11-
example/pubspec.lock
12-
example/ios/Podfile.lock
11+
example/pubspec.lock

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.1.2
1+
## 2.2.0
22

33
* 延迟初始化支持配置全局属性
44

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
```yml
1818
dependencies:
1919
# 添加神策 flutter plugin
20-
sensors_analytics_flutter_plugin: ^2.1.2
20+
sensors_analytics_flutter_plugin: ^2.2.0
2121
```
2222
2323
执行 flutter packages get 命令安装插件
@@ -27,7 +27,7 @@ dependencies:
2727

2828
## 集成文档
2929

30-
请参考神策官网 [Flutter 插件集成文档](https://www.sensorsdata.cn/manual/sdk_flutter.html)
30+
请参考神策官网 [Flutter 插件集成文档](https://manual.sensorsdata.cn/sa/latest/flutter-1574005.html)
3131

3232

3333
## 贡献
@@ -61,7 +61,7 @@ dependencies:
6161

6262
## License
6363

64-
Copyright 2015-2021 Sensors Data Inc.
64+
Copyright 2015-2022 Sensors Data Inc.
6565

6666
Licensed under the Apache License, Version 2.0 (the "License");
6767
you may not use this file except in compliance with the License.

ios/sensors_analytics_flutter_plugin.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'sensors_analytics_flutter_plugin'
6-
s.version = '2.1.2'
6+
s.version = '2.2.0'
77
s.summary = 'A new flutter plugin project.'
88
s.description = <<-DESC
99
A new flutter plugin project.

lib/sensors_analytics_flutter_plugin.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class VisualizedConfig {
3737

3838
// This is the official Flutter Plugin for Sensors Analytics.
3939
class SensorsAnalyticsFlutterPlugin {
40-
static const String FLUTTER_PLUGIN_VERSION = "2.1.1";
40+
static const String FLUTTER_PLUGIN_VERSION = "2.2.0";
4141
static bool hasAddedFlutterPluginVersion = false;
4242

4343
static const MethodChannel _channel = const MethodChannel('sensors_analytics_flutter_plugin');

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: sensors_analytics_flutter_plugin
22
description: This is the official flutter plugin for Sensors Analytics,with this plugin you can easily collect your app data on Android and iOS.
3-
version: 2.1.2
3+
version: 2.2.0
44
homepage: "https://github.com/sensorsdata/sensors_analytics_flutter_plugin"
55

66
environment:

0 commit comments

Comments
 (0)