优化配置,修复 demo bug

1,network 框架完善
2,websocket 机制完善
3,设计文档整理到架构文档
4,脚本,配置完善
This commit is contained in:
Cody
2026-03-07 14:58:10 +08:00
parent f8a118af73
commit 0ee2c8c63c
82 changed files with 2704 additions and 1045 deletions

View File

@@ -16,6 +16,12 @@ workspace:
- packages/storage_sdk
- packages/im_log_sdk
dependency_overrides:
# encrypt 5.0.3 限制 pointycastle ^3.6.2,但 dart_jsonwebtoken 需要 ^4.0.0。
# pointycastle 4.0.0 无破坏性 API 变更(主要是新增算法和泛型改进),
# encrypt 在 4.0.0 下运行无问题,强制升级解决冲突。
pointycastle: ^4.0.0
dev_dependencies:
melos: ^7.0.0