mirror of
https://github.com/WuKongIM/WuKongIMFlutterSDK
synced 2025-05-30 07:27:25 +00:00
update online cmd messages
This commit is contained in:
parent
1abdbaed38
commit
eef723c813
@ -18,5 +18,7 @@
|
|||||||
* Modify Query History Message
|
* Modify Query History Message
|
||||||
### 1.0.9
|
### 1.0.9
|
||||||
* Optimize Query History Message
|
* Optimize Query History Message
|
||||||
### 1.0.9
|
### 1.1.0
|
||||||
* Update query conversation all record
|
* Update query conversation all record
|
||||||
|
### 1.1.1
|
||||||
|
* Update online cmd messages
|
@ -9,7 +9,7 @@
|
|||||||
#### 安装
|
#### 安装
|
||||||
```
|
```
|
||||||
dependencies:
|
dependencies:
|
||||||
wukongimfluttersdk: ^1.1.0
|
wukongimfluttersdk: ^1.1.1
|
||||||
```
|
```
|
||||||
#### 引入
|
#### 引入
|
||||||
```dart
|
```dart
|
||||||
|
@ -499,7 +499,7 @@ packages:
|
|||||||
path: ".."
|
path: ".."
|
||||||
relative: true
|
relative: true
|
||||||
source: path
|
source: path
|
||||||
version: "1.1.0"
|
version: "1.1.1"
|
||||||
x25519:
|
x25519:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
@ -16,7 +16,7 @@ class WKCMDManager {
|
|||||||
WKCMD wkcmd = WKCMD();
|
WKCMD wkcmd = WKCMD();
|
||||||
wkcmd.cmd = cmd;
|
wkcmd.cmd = cmd;
|
||||||
wkcmd.param = param;
|
wkcmd.param = param;
|
||||||
if (_cmdback != null) {}
|
pushCMD(wkcmd);
|
||||||
}
|
}
|
||||||
|
|
||||||
pushCMD(WKCMD wkcmd) {
|
pushCMD(WKCMD wkcmd) {
|
||||||
|
@ -15,7 +15,7 @@ description: wukong IM flutter sdk
|
|||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# 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
|
# 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.
|
# 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
|
homepage: https://github.com/WuKongIM/WuKongIMFlutterSDK
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user