A powerful Flutter chat UI component library and business logic for Tencent Cloud Chat, creating seamless in-app chat modules for delightful user experiences.
v2.5.1+5 , v2.6.0 在编译时报错:
Running Gradle task 'assembleDebug'...
../../../.pub-cache/hosted/pub.flutter-io.cn/tencent_cloud_chat_uikit-2.5.1+5/lib/ui/views/TIMUIKitChat/TIMUIKitTextField/tim_uikit_more_panel.dart:342:7: Error: No named parameter with the name 'keepAspectRatio'.
keepAspectRatio: true,
^^^^^^^^^^^^^^^
../../../.pub-cache/hosted/pub.flutter-io.cn/tencent_cloud_chat_uikit-2.5.1+5/lib/ui/views/TIMUIKitChat/TIMUIKitTextField/tim_uikit_text_field_layout/wide.dart:598:9: Error: No named parameter with the name 'keepAspectRatio'.
keepAspectRatio: true,
^^^^^^^^^^^^^^^
../../../.pub-cache/hosted/pub.flutter-io.cn/tencent_cloud_chat_uikit-2.5.1+5/lib/ui/views/TIMUIKitChat/TIMUIKitTextField/tim_uikit_text_field_layout/wide.dart:651:15: Error: No named parameter with the name 'keepAspectRatio'.
keepAspectRatio: true,
^^^^^^^^^^^^^^^
v2.7.0 , v2.7.1 在 pod install 报错:
[!] CocoaPods could not find compatible versions for pod "TXIMSDK_Plus_iOS_XCFramework":
In Podfile:
tencent_cloud_chat_sdk (from .symlinks/plugins/tencent_cloud_chat_sdk/ios) was resolved to 8.0.0, which depends on
TXIMSDK_Plus_iOS_XCFramework (= 8.1.6129)
None of your spec sources contain a spec satisfying the dependency: TXIMSDK_Plus_iOS_XCFramework (= 8.1.6129).
You have either:
out-of-date source repos which you can update with pod repo update or with pod install --repo-update.
mistyped the name or version.
not added the source repo that hosts the Podspec to your Podfile.
v2.5.1+5 , v2.6.0 在编译时报错: Running Gradle task 'assembleDebug'... ../../../.pub-cache/hosted/pub.flutter-io.cn/tencent_cloud_chat_uikit-2.5.1+5/lib/ui/views/TIMUIKitChat/TIMUIKitTextField/tim_uikit_more_panel.dart:342:7: Error: No named parameter with the name 'keepAspectRatio'. keepAspectRatio: true, ^^^^^^^^^^^^^^^ ../../../.pub-cache/hosted/pub.flutter-io.cn/tencent_cloud_chat_uikit-2.5.1+5/lib/ui/views/TIMUIKitChat/TIMUIKitTextField/tim_uikit_text_field_layout/wide.dart:598:9: Error: No named parameter with the name 'keepAspectRatio'. keepAspectRatio: true, ^^^^^^^^^^^^^^^ ../../../.pub-cache/hosted/pub.flutter-io.cn/tencent_cloud_chat_uikit-2.5.1+5/lib/ui/views/TIMUIKitChat/TIMUIKitTextField/tim_uikit_text_field_layout/wide.dart:651:15: Error: No named parameter with the name 'keepAspectRatio'. keepAspectRatio: true, ^^^^^^^^^^^^^^^
v2.7.0 , v2.7.1 在 pod install 报错:
[!] CocoaPods could not find compatible versions for pod "TXIMSDK_Plus_iOS_XCFramework": In Podfile: tencent_cloud_chat_sdk (from
.symlinks/plugins/tencent_cloud_chat_sdk/ios
) was resolved to 8.0.0, which depends on TXIMSDK_Plus_iOS_XCFramework (= 8.1.6129)None of your spec sources contain a spec satisfying the dependency:
TXIMSDK_Plus_iOS_XCFramework (= 8.1.6129)
.You have either:
pod repo update
or withpod install --repo-update
.