bytedance / flutter_ume

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

flutter_ume >=1.1.1+1 is incompatible with flutter_driver from Flutter v3.3.3 sdk. #81

Closed calcitem closed 1 year ago

calcitem commented 1 year ago

Steps to Reproduce 复现步骤

  1. ... Run "flutter pub get".
  2. ...
  3. ...

Expected results 期望结果:

Actual results 实际结果:

Error log 错误日志

Because flutter_ume >=1.1.1+1 depends on vm_service ^9.4.0 and every version of flutter_driver from sdk depends on vm_service 9.0.0, flutter_ume >=1.1.1+1 is incompatible with flutter_driver from sdk.

Environmental info 环境信息

Flutter doctor

$ flutter doctor -v
Flutter assets will be downloaded from https://storage.flutter-io.cn. Make sure you trust this source!
[√] Flutter (Channel stable, 3.3.3, on Microsoft Windows [Version 10.0.22000.978], locale zh-CN)
    • Flutter version 3.3.3 on channel stable at C:\Flutter
    • Upstream repository https://gitee.com/mirrors/Flutter.git
    • FLUTTER_GIT_URL = https://gitee.com/mirrors/Flutter.git
    • Framework revision 18a827f393 (6 days ago), 2022-09-28 10:03:14 -0700
    • Engine revision 5c984c26eb
    • Dart version 2.18.2
    • DevTools version 2.15.0
    • Pub download mirror https://pub.flutter-io.cn
    • Flutter download mirror https://storage.flutter-io.cn

[√] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
    • Android SDK at C:\Users\calcitem\AppData\Local\Android\Sdk
    • Platform android-TiramisuPrivacySandbox, build-tools 33.0.0
    • ANDROID_HOME = C:\Users\calcitem\AppData\Local\Android\Sdk
    • Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
    • Java version OpenJDK Runtime Environment (build 11.0.13+0-b1751.21-8125866)
    • All Android licenses accepted.

[√] Chrome - develop for the web
    • Chrome at C:\Program Files (x86)\Google\Chrome\Application\chrome.exe

[√] Visual Studio - develop for Windows (Visual Studio Community 2022 17.3.4)
    • Visual Studio at C:\Program Files\Microsoft Visual Studio\2022\Community
    • Visual Studio Community 2022 version 17.3.32901.215
    • Windows 10 SDK version 10.0.22000.0

[√] Android Studio (version 2021.3)
    • Android Studio at C:\Program Files\Android\Android Studio
    • Flutter plugin can be installed from:
       https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
       https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 11.0.13+0-b1751.21-8125866)

[√] IntelliJ IDEA Community Edition (version 2021.3)
    • IntelliJ at C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2021.3
    • Flutter plugin version 63.1.4
    • Dart plugin version 213.5744.122

[√] VS Code, 64-bit edition (version 1.71.2)
    • VS Code at C:\Program Files\Microsoft VS Code
    • Flutter extension version 3.48.0

[√] Connected device (4 available)
    • Pixel 5 (mobile)  • 0C121FDD4009CS • android-arm64  • Android 13 (API 33)
    • Windows (desktop) • windows        • windows-x64    • Microsoft Windows [Version 10.0.22000.978]
    • Chrome (web)      • chrome         • web-javascript • Google Chrome 106.0.5249.91
    • Edge (web)        • edge           • web-javascript • Microsoft Edge 105.0.1343.50

[√] HTTP Host Availability
    • All required HTTP hosts are available

• No issues found!

UME and kits version UME 及插件包版本

  flutter_ume:  ^1.0.0
  flutter_ume_kit_ui:  ^1.0.0
  flutter_ume_kit_device:  ^1.0.0
  flutter_ume_kit_show_code:  ^1.0.0
  flutter_ume_kit_console: ^1.0.0
calcitem commented 1 year ago

It is estimated that this problem can only be waited for the Flutter SDK to be upgraded, and the developers can't do much.