build: 控制端功能移植到flutter版本

This commit is contained in:
2026-07-14 02:02:05 +08:00
parent 5f024be736
commit e260c02629
24 changed files with 1278 additions and 118 deletions

View File

@@ -35,6 +35,15 @@ dependencies:
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.8
# 跨平台 WebRTC同时支持 Android 与 iOS
flutter_webrtc: ^1.5.2
# WebSocket 信令通信
web_socket_channel: ^3.0.3
# 设备 ID 生成
uuid: ^4.4.0
dev_dependencies:
flutter_test:
sdk: flutter