Skip to content

Commit c0675b9

Browse files
author
WuWenhui
committed
升级版本,修改文档
1 parent 6331df4 commit c0675b9

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.2.0
2+
Android SDK 更新内容
3+
- 优化匹配数据获取,提升参数还原精度
4+
- 适配安卓应用宝 AppLink 功能
5+
16
## 2.1.3
27
Android SDK 更新内容
38
- 优化初始化逻辑

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# openinstall flutter plugin
22

33

4-
openinstall插件封装了openinstall平台原生SDK,集成了 **渠道统计,携带参数安装,快速安装与一键跳转** 功能,目前渠道支持 **H5渠道****广告平台渠道** 以及 **Apple Search Ads (ASA) 渠道**
4+
openinstall插件封装了openinstall平台原生SDK,集成了 **渠道统计,携带参数安装,快速安装与一键拉起** 功能,目前渠道支持 **H5渠道****广告平台渠道** 以及 **Apple Search Ads (ASA) 渠道**
55
使用openinstall可实现以下多种场景:
66
![实现场景](https://res.cdn.openinstall.io/doc/scene.jpg)
77

@@ -47,7 +47,7 @@ android: {
4747
<key>com.openinstall.APP_KEY</key>
4848
<string>openinstall 分配给应用的 appkey</string>
4949
```
50-
#### 一键跳转配置
50+
#### 一键拉起配置
5151

5252
##### universal links 相关配置
5353

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: openinstall_flutter_plugin
22
description: openinstall_flutter_plugin is a Flutter plugin based on openinstall, and with null safety support.
3-
version: 2.1.3
3+
version: 2.2.0
44
homepage: https://www.openinstall.io
55

66
environment:

0 commit comments

Comments
 (0)