Skip to content

Commit e2efdd6

Browse files
10.1.0 发布
1 parent c9a28ea commit e2efdd6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+355
-609
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111
dependencies:
1212
1313
//消息组件(聊天界面,包括单聊和群聊)
14-
nim_chatkit_ui: ^1.1.0
14+
nim_chatkit_ui: ^10.1.0
1515
1616
//通讯录组件
17-
nim_contactkit_ui: ^1.1.0
17+
nim_contactkit_ui: ^10.1.0
1818
1919
//会话列表组件
20-
nim_conversationkit_ui: ^1.1.0
20+
nim_conversationkit_ui: ^10.1.0
2121
2222
//群组设置组件
23-
nim_teamkit_ui: ^1.1.0
23+
nim_teamkit_ui: ^10.1.0
2424
2525
//联系人搜索组件
26-
nim_contactkit_ui: ^1.1.0
26+
nim_contactkit_ui: ^10.1.0
2727
```
2828
### Try out
2929
体验包下载

im_demo/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# IMKit(Flutter) ChangeLog
22

3+
## 10.1.0(Apr 21, 2025)
4+
5+
### New Features
6+
* 支持本地会话
7+
8+
## 9.7.3(Sep 30, 2024)
9+
10+
### Dependency Updates
11+
* 升级第三方组件
12+
13+
### New Features
14+
* 优化群组人员显示逻辑
15+
16+
## 9.7.2(Jun 20, 2024)
17+
18+
### Bug fix
19+
* 修复上报数据版本号问题
20+
321
## 9.7.1(Feb 21, 2024)
422
### New Features
523
* 地图位置消息插件化实现

im_demo/android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ android {
7575
versionName flutterVersionName
7676
ndk {
7777
//设置支持的SO库架构
78-
abiFilters "armeabi", "armeabi-v7a", "arm64-v8a", "x86","arm64-v8a","x86_64"
78+
abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
7979
}
8080
}
8181

im_demo/deploy/build.sh

-127
This file was deleted.

im_demo/deploy/build_android.sh

-36
This file was deleted.

im_demo/deploy/build_ios.sh

-98
This file was deleted.

0 commit comments

Comments
 (0)