bytedance / flutter_ume

UME is an in-app debug kits platform for Flutter. Produced by Flutter Infra team of ByteDance
MIT License
2.07k stars 224 forks source link

dependency conflict after upgrading flutter_ume to 1.1.2 #119

Open zhehaoshi opened 1 year ago

zhehaoshi commented 1 year ago

What's your question 你遇到了什么问题

I can not upgrade to use the latest ume version 1.1.2 becuase the pref tool supports only vm service 7.1.1

Running "flutter pub get" in client... Resolving dependencies... Because no versions of flutter_ume_kit_perf match >1.0.0 <2.0.0 and flutter_ume_kit_perf 1.0.0 depends on vm_service ^7.1.1, flutter_ume_kit_perf ^1.0.0 requires vm_service ^7.1.1. And because flutter_ume >=1.1.1+1 depends on vm_service ^9.4.0, flutter_ume_kit_perf ^1.0.0 is incompatible with flutter_ume >=1.1.1+1.

Environmental info 环境信息

Flutter 3.7.12 • channel unknown • unknown source Framework • revision 4d9e56e694 (6 weeks ago) • 2023-04-17 21:47:46 -0400 Engine • revision 1a65d409c7 Tools • Dart 2.19.6 • DevTools 2.20.1

UME and kits version UME 及插件包版本

flutter_ume: ^1.1.2 flutter_ume_kit_ui: ^1.1.0 flutter_ume_kit_device: ^1.0.0 flutter_ume_kit_perf: ^1.0.0 flutter_ume_kit_show_code: ^1.0.0 flutter_ume_kit_console: ^1.0.0 flutter_ume_kit_dio: ^1.0.1

guzhenhuaGitHub commented 1 year ago

same question