openimsdk / open-im-flutter-demo

Demo developed based on flutter open IM SDK.
https://openim.io
Apache License 2.0
310 stars 209 forks source link

[BUG] #130

Closed Hichencha closed 1 month ago

Hichencha commented 1 month ago

OpenIM Server Version

3.8.0

Operating System and CPU Architecture

macOS (AMD)

Deployment Method

Source Code Deployment

Bug Description and Steps to Reproduce

编译代码

Screenshots Link

You are applying Flutter's app_plugin_loader Gradle plugin imperatively using the apply script method, which is deprecated and will be removed in a future release. Migrate to applying Gradle plugins with the declarative plugins block: https://flutter.dev/to/flutter-gradle-plugin-apply

You are applying Flutter's main Gradle plugin imperatively using the apply script method, which is deprecated and will be removed in a future release. Migrate to applying Gradle plugins with the declarative plugins block: https://flutter.dev/to/flutter-gradle-plugin-apply

Warning: SDK processing. This version only understands SDK XML versions up to 3 but an SDK XML file of version 4 was encountered. This can happen if you use versions of Android Studio and the command-line tools that were released at different times. ../../../.pub-cache/hosted/pub.flutter-io.cn/extended_text_field-15.0.0/lib/src/official/rendering/editable.dart:1827:29: Error: Too few positional arguments: 3 required, 2 given. layoutInlineChildren( ^ ../../../.pub-cache/hosted/pub.flutter-io.cn/extended_text_field-15.0.0/lib/src/official/rendering/editable.dart:1844:29: Error: Too few positional arguments: 3 required, 2 given. layoutInlineChildren( ^ ../../../.pub-cache/hosted/pub.flutter-io.cn/extended_text_field-15.0.0/lib/src/official/rendering/editable.dart:1940:29: Error: Too few positional arguments: 3 required, 2 given. layoutInlineChildren(width, ChildLayoutHelper.dryLayoutChild)); ^ ../../../.pub-cache/hosted/pub.flutter-io.cn/extended_text_field-15.0.0/lib/src/official/rendering/editable.dart:2364:54: Error: Too few positional arguments: 3 required, 2 given. ..setPlaceholderDimensions(layoutInlineChildren( ^ ../../../.pub-cache/hosted/pub.flutter-io.cn/extended_text_field-15.0.0/lib/src/official/rendering/editable.dart:2377:50: Error: Too few positional arguments: 3 required, 2 given. _placeholderDimensions = layoutInlineChildren( ^ Target kernel_snapshot_program failed: Exception

FAILURE: Build failed with an exception.