fix(mobile): 升级 livekit_client 至 2.10.0 以兼容 Dart 3.13 并恢复安卓出包
Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
co-authored by
Cursor
multica-agent
parent
1d393f4f1e
commit
b7a31de5b6
+5
-4
@@ -29,14 +29,15 @@ dependencies:
|
||||
file_picker: 10.3.3
|
||||
# 发图片消息时选相册图片
|
||||
image_picker: 1.1.2
|
||||
# 一对一语音通话(LiveKit SFU,版本取自官方样板工程 openim_live/pubspec.yaml)
|
||||
livekit_client: 2.5.0+hotfix.3
|
||||
# 一对一语音通话(LiveKit SFU)。2.10.0 起修复 Dart 3.13 空安全编译错误,
|
||||
# 是当前 Flutter 3.47 / Dart 3.13 下改动最小的稳定版本。
|
||||
livekit_client: 2.10.0
|
||||
# 麦克风权限申请
|
||||
permission_handler: 11.4.0
|
||||
# 打开收到的文件
|
||||
open_filex: 4.7.0
|
||||
# 通话房间号
|
||||
uuid: 4.5.2
|
||||
# 通话房间号(livekit_client 2.10.0 要求 >=4.5.3)
|
||||
uuid: 4.5.3
|
||||
# 极光推送官方 Flutter 插件(MIT);厂商通道另见 jpush_flutter_android
|
||||
jpush_flutter: 3.5.6
|
||||
jpush_flutter_android: 1.0.2
|
||||
|
||||
Reference in New Issue
Block a user