Skip to content

Commit 04c44be

Browse files
author
weiqiangliu
committed
change readme and license
1 parent 63b2ebb commit 04c44be

File tree

7 files changed

+31
-20
lines changed

7 files changed

+31
-20
lines changed

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.DS_Store
2+
.dart_tool/
3+
4+
.packages
5+
.pub/
6+
7+
build/
8+
9+
.idea/workspace.xml
10+
.idea
11+
## Directory-based project format:
12+
.idea/
13+
.idea/*

.idea/runConfigurations.xml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.idea/workspace.xml

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2015-2021 Sensors Data Inc.
189+
Copyright 2015-2022 Sensors Data Inc.
190190

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies:
2828

2929
## 集成文档
3030

31-
请参考神策官网 [Flutter 插件集成文档](https://manual.sensorsdata.cn/sa/latest/tech_ab_testing_flutter-32079879.html)
31+
请参考神策官网 [Flutter 插件集成文档](https://manual.sensorsdata.cn/abtesting/latest/flutter-a-b-testing-50987212.html)
3232

3333

3434
## 贡献
@@ -62,7 +62,7 @@ dependencies:
6262

6363
## License
6464

65-
Copyright 2015-2021 Sensors Data Inc.
65+
Copyright 2015-2022 Sensors Data Inc.
6666

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

example/pubspec.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ packages:
1414
name: async
1515
url: "https://pub.flutter-io.cn"
1616
source: hosted
17-
version: "2.5.0"
17+
version: "2.6.1"
1818
boolean_selector:
1919
dependency: transitive
2020
description:
@@ -113,7 +113,7 @@ packages:
113113
name: source_span
114114
url: "https://pub.flutter-io.cn"
115115
source: hosted
116-
version: "1.8.0"
116+
version: "1.8.1"
117117
stack_trace:
118118
dependency: transitive
119119
description:
@@ -148,7 +148,7 @@ packages:
148148
name: test_api
149149
url: "https://pub.flutter-io.cn"
150150
source: hosted
151-
version: "0.2.19"
151+
version: "0.3.0"
152152
typed_data:
153153
dependency: transitive
154154
description:

pubspec.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: async
88
url: "https://pub.flutter-io.cn"
99
source: hosted
10-
version: "2.5.0"
10+
version: "2.6.1"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -92,7 +92,7 @@ packages:
9292
name: source_span
9393
url: "https://pub.flutter-io.cn"
9494
source: hosted
95-
version: "1.8.0"
95+
version: "1.8.1"
9696
stack_trace:
9797
dependency: transitive
9898
description:
@@ -127,7 +127,7 @@ packages:
127127
name: test_api
128128
url: "https://pub.flutter-io.cn"
129129
source: hosted
130-
version: "0.2.19"
130+
version: "0.3.0"
131131
typed_data:
132132
dependency: transitive
133133
description:

0 commit comments

Comments
 (0)