Tencent-RTC / TRTC_Flutter

High-quality Interactive Audio/Video Flutter SDK
https://trtc.io/
75 stars 33 forks source link

同时使用 shared_preferences >=2.0.0 时依赖有冲突 #8

Closed mhszeto closed 3 years ago

mhszeto commented 3 years ago

同时使用 shared_preferences >=2.0.0 时依赖有冲突

c1avie commented 3 years ago

是用的flutter2.0吗

mhszeto commented 3 years ago

是的

c1avie @.***> 于 2021年3月12日周五 下午5:14写道:

是用的flutter2.0吗

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/c1avie/trtc_demo/issues/8#issuecomment-797351863, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADWDADDKNE375HSYIRAACIDTDHLQTANCNFSM4Y77WV5A .

c1avie commented 3 years ago

demo中实际并没有用到 shared_preferences,可以考虑pubspec.yaml文件中去掉。如果实在要用,可以先降低flutter的版本

mhszeto commented 3 years ago

有支持flutter 2的时间安排吗 On Mar 15, 2021, 2:37 PM +0800, c1avie @.***>, wrote:

demo中实际并没有用到 shared_preferences,可以考虑pubspec.yaml文件中去掉。如果实在要用,可以先降低flutter的版本 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

c1avie commented 3 years ago

sdk如果不引入shared_preferences的话是支持flutter 2.0的,引入shared_preferences后跟path_provider的版本冲突了。 预计会在4月初解决。如果要用shared_preferences的话,可以先降低shared_preferences的版本。