Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility issue on FlutterSDK 3.10 #117

Open
RA1NO3O opened this issue May 16, 2023 · 0 comments
Open

Compatibility issue on FlutterSDK 3.10 #117

RA1NO3O opened this issue May 16, 2023 · 0 comments

Comments

@RA1NO3O
Copy link

RA1NO3O commented May 16, 2023

Steps to Reproduce 复现步骤

dart analyze

Error log 错误日志

  error • kits/flutter_ume_kit_channel_monitor/lib/src/channel_plugin.dart:3:8 • Target of URI doesn't exist:
          'package:flutter_ume_kit_channel_monitor/src/ui/channel_pages.dart'. Try creating the file referenced by the URI, or try using a URI for a file that
          does exist. • uri_does_not_exist
  error • kits/flutter_ume_kit_channel_monitor/lib/src/channel_plugin.dart:15:18 • The name 'ChannelPages' isn't a class. Try correcting the name to match
          an existing class. • creation_with_non_type
  error • kits/flutter_ume_kit_channel_monitor/lib/src/core/channel_binding.dart:3:8 • Target of URI doesn't exist:
          'package:flutter_ume_kit_channel_monitor/src/core/ume_binary_messenger.dart'. Try creating the file referenced by the URI, or try using a URI for a
          file that does exist. • uri_does_not_exist
  error • kits/flutter_ume_kit_channel_monitor/lib/src/core/channel_binding.dart:18:12 • Undefined name 'UmeBinaryMessenger'. Try correcting the name to
          one that is defined, or defining the name. • undefined_identifier
  error • kits/flutter_ume_kit_channel_monitor/lib/src/core/channel_controller.dart:5:8 • Target of URI doesn't exist:
          'package:flutter_ume_kit_channel_monitor/src/core/channel_info_model.dart'. Try creating the file referenced by the URI, or try using a URI for a
          file that does exist. • uri_does_not_exist
  error • kits/flutter_ume_kit_channel_monitor/lib/src/core/channel_controller.dart:6:8 • Target of URI doesn't exist:
          'package:flutter_ume_kit_channel_monitor/src/core/channel_store.dart'. Try creating the file referenced by the URI, or try using a URI for a file
          that does exist. • uri_does_not_exist
  error • kits/flutter_ume_kit_channel_monitor/lib/src/core/channel_controller.dart:22:11 • Undefined class 'ChannelInfoModel'. Try changing the name to
          the name of an existing class, or creating a class with the name 'ChannelInfoModel'. • undefined_class
...
458 issues found.

For the sake of space, some issue has been omitted.

Environmental info 环境信息

  • Flutter 3.10
  • Dart 3.0

Flutter doctor

[✓] Flutter (Channel stable, 3.10.0, on macOS 13.3.1 22E772610a darwin-arm64,
    locale zh-Hans-CN)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.1)
[✓] Xcode - develop for iOS and macOS (Xcode 14.3)
[✗] Chrome - develop for the web (Cannot find Chrome executable at
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome)
    ! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable.
[✓] Android Studio (version 2022.2)
[✓] VS Code (version 1.78.2)
[✓] Connected device (2 available)
[✓] Network resources

! Doctor found issues in 1 categories.

UME and kits version UME 及插件包版本

  # UME
  flutter_ume: 1.0.2+1
  # UI插件包
  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
  # debugPrint插件包
  flutter_ume_kit_console: 1.0.0
  # 网络请求插件包
  flutter_ume_kit_dio: 1.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant