netease-kit / nim-uikit-flutter

MIT License
22 stars 10 forks source link

最新版本的sdk:nim_contactkit_ui和nim_searchkit_ui依赖的intl版本不同,造成无法一起使用 #44

Open hczhhm opened 1 week ago

hczhhm commented 1 week ago

Because nim_searchkit_ui >=1.1.0 depends on flutter_localizations from sdk which depends on intl 0.19.0, nim_searchkit_ui >=1.1.0 requires intl 0.19.0. And because nim_contactkit_ui >=1.1.1 depends on intl ^0.18.0, nim_contactkit_ui >=1.1.1 is incompatible with nim_searchkit_ui >=1.1.0. So, because XXX depends on both nim_contactkit_ui ^9.7.2 and nim_searchkit_ui ^9.7.2, version solving failed.

netease-george commented 1 week ago

我本地未能复现: 本地环境: Flutter 3.19.6 • channel stable • https://github.com/flutter/flutter.git Framework • revision 54e66469a9 (9 weeks ago) • 2024-04-17 13:08:03 -0700 Engine • revision c4cd48e186 Tools • Dart 3.3.4 • DevTools 2.31.1

麻烦尝试app层写死 0.18.0版本是否可行

hczhhm commented 1 week ago

我之前用的flutter版本是 Flutter 3.22.2 ,我现在把flutter降级了到了Flutter 3.19.5,降级后可以用了

hczhhm commented 1 week ago

你们要解决不支持Flutter最新版本的问题呀,不然以后flutter更新了新的特性解决了一些性能问题,我们都用不到,只能放弃使用网易云信了。

netease-george commented 1 week ago

我们会尽快支持Flutter 最新版本