Files
tongxunruanjian/mobile/pubspec.yaml
T
KIMI 3b5c76cac4 fix: 修复手机连不上服务器时启动页无限转圈(B-58)
- 启动页先读本地凭证:无凭证(首次打开)直接进登录页,不再先等 SDK 初始化
- SDK init/login 加 20s 超时;init 用共享 Future 防止超时后重复触发 initSDK
- 登录页对 IM 登录超时给出明确提示(确认手机连着公司内网 WiFi)
- 修复 flutter create 模板遗留的 widget_test(引用不存在的 MyApp),改为登录页渲染冒烟测试
- 版本号 1.0.1+2
2026-08-15 14:54:52 +08:00

48 lines
1.2 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
name: changlian
description: 畅联 —— 公司内部通讯 App(手机端)
publish_to: "none"
version: 1.0.1+2
environment:
sdk: ">=3.6.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
cupertino_icons: 1.0.8
# OpenIM 客户端 SDK3.8.x 系列,与服务端 v3.8.3 配套,版本取自官方样板工程 pubspec.lock
flutter_openim_sdk: 3.8.3+hotfix.12
# 公司账号登录等 HTTP 请求
dio: 5.9.0
# 登录凭证 / 本地小数据存储
shared_preferences: 2.5.3
# SDK 数据目录 / 录音与文件下载目录
path_provider: 2.1.5
# 语音消息录音(样板工程同款插件)
record: 6.1.2
# 语音消息播放(样板工程同款插件)
just_audio: 0.10.5
# 发文件消息时选文件
file_picker: 10.3.3
# 发图片消息时选相册图片
image_picker: 1.1.2
# 一对一语音通话(LiveKit SFU,版本取自官方样板工程 openim_live/pubspec.yaml
livekit_client: 2.5.0+hotfix.3
# 麦克风权限申请
permission_handler: 11.4.0
# 打开收到的文件
open_filex: 4.7.0
# 通话房间号
uuid: 4.5.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: 6.0.0
flutter:
uses-material-design: true