update online cmd messages

This commit is contained in:
SL 2023-09-10 22:37:42 +08:00
parent 1abdbaed38
commit eef723c813
5 changed files with 8 additions and 6 deletions

View File

@ -18,5 +18,7 @@
* Modify Query History Message
### 1.0.9
* Optimize Query History Message
### 1.0.9
* Update query conversation all record
### 1.1.0
* Update query conversation all record
### 1.1.1
* Update online cmd messages

View File

@ -9,7 +9,7 @@
#### 安装
```
dependencies:
wukongimfluttersdk: ^1.1.0
wukongimfluttersdk: ^1.1.1
```
#### 引入
```dart

View File

@ -499,7 +499,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.1.0"
version: "1.1.1"
x25519:
dependency: transitive
description:

View File

@ -16,7 +16,7 @@ class WKCMDManager {
WKCMD wkcmd = WKCMD();
wkcmd.cmd = cmd;
wkcmd.param = param;
if (_cmdback != null) {}
pushCMD(wkcmd);
}
pushCMD(WKCMD wkcmd) {

View File

@ -15,7 +15,7 @@ description: wukong IM flutter sdk
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.1.0
version: 1.1.1
homepage: https://github.com/WuKongIM/WuKongIMFlutterSDK
environment: