Files
tongxunruanjian/mobile/pubspec.yaml
T

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.6+7
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