目前的 Flutter Storage SDK 依赖 dio_http_cache_: ^0.3.0,而这一版本已经是 19 个月之前的了,会导致项目不能跟进 drift 等非常重要的库的新版本(否则将导致依赖冲突)。
dio_http_cache_: ^0.3.0
drift
应当将依赖更新至 dio_http_cache_lts: ^0.4.1,然后只需把所有 dio_http_cache 改为 dio_http_cache_lts 即可。
dio_http_cache_lts: ^0.4.1
dio_http_cache
dio_http_cache_lts
你好,收到反馈,升级后再回复这个帖子。
你好。工程师暂时没有升级 SDK 依赖库的计划,SDK 代码是开源的,如有需要,可以通过本地库的方式导入 SDK 使用并升级。
https://github.com/leancloud/Storage-SDK-Flutter