Fix:
1.sdk位置 2.dart_jsonwebtoken本版適配cipher_guard_sdk版本.
This commit is contained in:
@@ -13,55 +13,55 @@ dependencies:
|
|||||||
# Workspace SDK packages - 使用 git dependency 控制版本
|
# Workspace SDK packages - 使用 git dependency 控制版本
|
||||||
networks_sdk:
|
networks_sdk:
|
||||||
git:
|
git:
|
||||||
url: https://gitea.cyberbot.work/CS-IM/customer-im-client.git
|
url: https://gitea.winwayinfo.com/CUS-IM/customer-im-client.git
|
||||||
ref: networks_sdk/v0.0.1
|
ref: networks_sdk/v0.0.1
|
||||||
path: packages/networks_sdk
|
path: packages/networks_sdk
|
||||||
|
|
||||||
storage_sdk:
|
storage_sdk:
|
||||||
git:
|
git:
|
||||||
url: https://gitea.cyberbot.work/CS-IM/customer-im-client.git
|
url: https://gitea.winwayinfo.com/CUS-IM/customer-im-client.git
|
||||||
ref: storage_sdk/v0.0.1
|
ref: storage_sdk/v0.0.1
|
||||||
path: packages/storage_sdk
|
path: packages/storage_sdk
|
||||||
|
|
||||||
media_sdk:
|
media_sdk:
|
||||||
git:
|
git:
|
||||||
url: https://gitea.cyberbot.work/CS-IM/customer-im-client.git
|
url: https://gitea.winwayinfo.com/CUS-IM/customer-im-client.git
|
||||||
ref: media_sdk/v0.0.1
|
ref: media_sdk/v0.0.1
|
||||||
path: packages/media_sdk
|
path: packages/media_sdk
|
||||||
|
|
||||||
rtc_sdk:
|
rtc_sdk:
|
||||||
git:
|
git:
|
||||||
url: https://gitea.cyberbot.work/CS-IM/customer-im-client.git
|
url: https://gitea.winwayinfo.com/CUS-IM/customer-im-client.git
|
||||||
ref: rtc_sdk/v0.0.1
|
ref: rtc_sdk/v0.0.1
|
||||||
path: packages/rtc_sdk
|
path: packages/rtc_sdk
|
||||||
|
|
||||||
notification_sdk:
|
notification_sdk:
|
||||||
git:
|
git:
|
||||||
url: https://gitea.cyberbot.work/CS-IM/customer-im-client.git
|
url: https://gitea.winwayinfo.com/CUS-IM/customer-im-client.git
|
||||||
ref: notification_sdk/v0.0.1
|
ref: notification_sdk/v0.0.1
|
||||||
path: packages/notification_sdk
|
path: packages/notification_sdk
|
||||||
|
|
||||||
protocol_sdk:
|
protocol_sdk:
|
||||||
git:
|
git:
|
||||||
url: https://gitea.cyberbot.work/CS-IM/customer-im-client.git
|
url: https://gitea.winwayinfo.com/CUS-IM/customer-im-client.git
|
||||||
ref: protocol_sdk/v0.0.1
|
ref: protocol_sdk/v0.0.1
|
||||||
path: packages/protocol_sdk
|
path: packages/protocol_sdk
|
||||||
|
|
||||||
l10n_sdk:
|
l10n_sdk:
|
||||||
git:
|
git:
|
||||||
url: https://gitea.cyberbot.work/CS-IM/customer-im-client.git
|
url: https://gitea.winwayinfo.com/CUS-IM/customer-im-client.git
|
||||||
ref: l10n_sdk/v0.0.1
|
ref: l10n_sdk/v0.0.1
|
||||||
path: packages/l10n_sdk
|
path: packages/l10n_sdk
|
||||||
|
|
||||||
cipher_guard_sdk:
|
cipher_guard_sdk:
|
||||||
git:
|
git:
|
||||||
url: https://gitea.cyberbot.work/CS-IM/customer-im-client.git
|
url: https://gitea.winwayinfo.com/CUS-IM/customer-im-client.git
|
||||||
ref: cipher_guard_sdk/v0.0.1
|
ref: cipher_guard_sdk/v0.0.1
|
||||||
path: packages/cipher_guard_sdk
|
path: packages/cipher_guard_sdk
|
||||||
|
|
||||||
im_log_sdk:
|
im_log_sdk:
|
||||||
git:
|
git:
|
||||||
url: https://gitea.cyberbot.work/CS-IM/customer-im-client.git
|
url: https://gitea.winwayinfo.com/CUS-IM/customer-im-client.git
|
||||||
ref: im_log_sdk/v0.0.1
|
ref: im_log_sdk/v0.0.1
|
||||||
path: packages/im_log_sdk
|
path: packages/im_log_sdk
|
||||||
|
|
||||||
@@ -82,7 +82,7 @@ dependencies:
|
|||||||
connectivity_plus: ^6.1.0
|
connectivity_plus: ^6.1.0
|
||||||
|
|
||||||
# JWT 解析(token 过期检测、主动刷新)
|
# JWT 解析(token 过期检测、主动刷新)
|
||||||
dart_jsonwebtoken: ^3.3.2
|
dart_jsonwebtoken: ^3.1.0
|
||||||
|
|
||||||
# 数据库(schema 定义在 im_app,连接/CRUD 封装在 storage_sdk)
|
# 数据库(schema 定义在 im_app,连接/CRUD 封装在 storage_sdk)
|
||||||
drift: ^2.22.0
|
drift: ^2.22.0
|
||||||
|
|||||||
Reference in New Issue
Block a user